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 0c422cb commit 7cf7b7aCopy full SHA for 7cf7b7a
spec/importc.dd
@@ -101,6 +101,13 @@ $(H2 $(LNAME2 preprocessor, Preprocessor))
101
$(P and the preprocessed output is written to $(TT file.i).)
102
103
104
+$(H2 $(LNAME2 predefined-macros, Predefined Macros))
105
+
106
+ $(P ImportC does not predefine any macros.)
107
108
+ $(BEST_PRACTICE To distinguish an ImportC compile vs some other C compiler, define
109
+ `__IMPORTC__` to be `1` when the preprocessor is run.)
110
111
$(H2 $(LNAME2 preprocessor-directives, Preprocessor Directives))
112
113
$(P Nevertheless, ImportC supports these preprocessor directives:)
0 commit comments