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.
2 parents 1b29a94 + 9c17637 commit 27a7e23Copy full SHA for 27a7e23
spec/importc.dd
@@ -245,8 +245,11 @@ $(CCODE
245
#if __IMPORTC__
246
)
247
248
- $(P $(TT __IMPORTC__) is defined in $(TT src/importc.h) which is automatically
249
- included when the preprocessor is run.)
+ $(P $(TT __IMPORTC__) is defined in
+ $(LINK2 https://github.com/dlang/dmd/blob/master/druntime/src/importc.h, $(TT src/importc.h))
250
+ which is automatically
251
+ included when the preprocessor is run. $(TT importc.h) contains many macro
252
+ definitions that are used to adapt various C source code vagaries to ImportC.)
253
254
$(H2 $(LNAME2 preprocessor-directives, Preprocessor Directives))
255
0 commit comments