Skip to content

Commit d854a8c

Browse files
committed
document __builtins.d
1 parent f62fe75 commit d854a8c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spec/importc.dd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,13 @@ $(H2 $(LNAME2 warnings, Warnings))
740740
code developed using another C compiler, and it is written as intended.
741741
If C11 says it is legal, ImportC accepts it.)
742742

743+
744+
$(H2 $(LNAME2 builtins, $(TT __builtins.di)))
745+
746+
$(P ImportC uses D to implement several features. These are implemented in the file
747+
$(LINK2 https://github.com/dlang/dmd/blob/master/druntime/src/__builtins.di, $(TT __builtins.di))
748+
which is automatically imported for every ImportC compilation.)
749+
743750
$(H2 $(LNAME2 importcpp, ImportC++))
744751

745752
$(P ImportC will not compile C++ code. For that, use $(TT dpp).)

0 commit comments

Comments
 (0)