File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,10 @@ Hello betterC
63
63
be tricky, hence removing D's GC from the equation may be worthwhile sometimes.)
64
64
)
65
65
66
+ $(P BetterC and $(LINK2 https://dlang.org/spec/importc.html) are very different.
67
+ ImportC is an actual C compiler. BetterC is a subset of D that relies only on the
68
+ existence of the C Standard library.)
69
+
66
70
67
71
$(H2 $(LNAME2 retained, Retained Features))
68
72
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ $(HEADERNAV_TOC)
18
18
It describes the specifics of the dialect of C that
19
19
ImportC is, and how to use it effectively.)
20
20
21
+ $(P ImportC and $(LINK2 https://dlang.org/spec/betterc.html) are very different.
22
+ ImportC is an actual C compiler. BetterC is a subset of D that relies only on the
23
+ existence of the C Standard library.)
21
24
22
25
$(H2 $(LNAME2 dialect, ImportC Dialect))
23
26
You can’t perform that action at this time.
0 commit comments