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 392c528 commit 91d3266Copy full SHA for 91d3266
src/importc.h
@@ -42,14 +42,14 @@
42
#define __far
43
#define __near
44
#define __handle
45
-#define __inline // ImportC does its own notion of inlining
+#define __inline /* ImportC does its own notion of inlining */
46
#define __pascal
47
48
/****************************
49
* __extension__ is a GNU C extension. It suppresses warnings
50
* when placed before an expression.
51
*/
52
-#define __extension__ // ignore it, as ImportC doesn't do warnings
+#define __extension__ /* ignore it, as ImportC doesn't do warnings */
53
54
55
* Define it to do what other C compilers do.
0 commit comments