We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295baa5 commit 097ea00Copy full SHA for 097ea00
src/Configuration/lwipopts.h
@@ -1028,7 +1028,7 @@
1028
* LWIP_CALLBACK_API==1: The PCB callback function is called directly
1029
* for the event.
1030
*/
1031
-//#define LWIP_EVENT_API
+/* #define LWIP_EVENT_API */
1032
1033
/*
1034
----------------------------------
src/Utilities/Stubs/stubs.h
@@ -8,7 +8,7 @@
8
#ifndef STUBS_H_
9
#define STUBS_H_
10
11
-///* The ABI requires a 64-bit type. */
+/* The ABI requires a 64-bit type. */
12
__extension__ typedef int __guard __attribute__((mode (__DI__)));
13
14
int __cxa_guard_acquire(__guard *);
0 commit comments