Skip to content

Commit 83718ac

Browse files
authored
Merge pull request #2431 from JinShil/betterc_version
Add D_ModuleInfo D_Exceptions and D_TypeInfo version identifiers merged-on-behalf-of: Jacob Carlborg <jacob-carlborg@users.noreply.github.com>
2 parents a9fc1ea + b5027d6 commit 83718ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spec/version.dd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,12 @@ $(H3 $(LEGACY_LNAME2 PredefinedVersions, predefined-versions, Predefined Version
306306
$(TROW $(ARGS $(D ELFv2)) , $(ARGS The Executable and Linkable Format v2))
307307
$(TROW $(ARGS $(D D_BetterC)) , $(ARGS $(DDLINK spec/betterc, D as Better C, D as Better C) code
308308
(command line switch $(DDSUBLINK dmd, switch-betterC, $(TT -betterC))) is being generated))
309+
$(TROW $(ARGS $(D D_Exceptions)) , $(ARGS Exception handling is supported. Evaluates to `false` when compiling with
310+
command line switch $(DDSUBLINK dmd, switch-betterC, $(TT -betterC))))
311+
$(TROW $(ARGS $(D D_ModuleInfo)) , $(ARGS `ModuleInfo` is supported. Evaluates to `false` when compiling with
312+
command line switch $(DDSUBLINK dmd, switch-betterC, $(TT -betterC))))
313+
$(TROW $(ARGS $(D D_TypeInfo)) , $(ARGS Runtime type information (a.k.a `TypeInfo`) is supported. Evaluates to `false` when compiling with
314+
command line switch $(DDSUBLINK dmd, switch-betterC, $(TT -betterC))))
309315
$(TROW $(ARGS $(D D_Coverage)) , $(ARGS $(DDLINK code_coverage, Code coverage analysis, Code coverage analysis) instrumentation
310316
(command line switch $(DDSUBLINK dmd, switch-cov, $(TT -cov))) is being generated))
311317
$(TROW $(ARGS $(D D_Ddoc)) , $(ARGS $(DDLINK spec/ddoc, Embedded Documentation, Ddoc) documentation

0 commit comments

Comments
 (0)