You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$(TROW $(ARGS $(D ELFv1)) , $(ARGS The Executable and Linkable Format v1))
316
-
$(TROW $(ARGS $(D ELFv2)) , $(ARGS The Executable and Linkable Format v2))
325
+
326
+
$(TROW *Executable and Link Format*)
327
+
$(TROW $(ARGS $(D ELFv1)) , $(ARGS Elf version 1))
328
+
$(TROW $(ARGS $(D ELFv2)) , $(ARGS Elf version 2))
329
+
330
+
$(TROW *Miscellaneous*)
317
331
$(TROW $(ARGS $(D D_BetterC)) , $(ARGS $(DDLINK spec/betterc, D as Better C, D as Better C) code
318
332
(command line switch $(DDSUBLINK dmd, switch-betterC, $(TT -betterC))) is being generated))
319
333
$(TROW $(ARGS $(D D_Exceptions)) , $(ARGS Exception handling is supported. Evaluates to `false` when compiling with
@@ -356,6 +370,8 @@ $(H3 $(LEGACY_LNAME2 PredefinedVersions, predefined-versions, Predefined Version
356
370
$(TROW $(ARGS $(D D_PreConditions)) , $(ARGS Checks are being emitted for $(DDSUBLINK spec/function, contracts, in contracts)))
357
371
$(TROW $(ARGS $(D D_PostConditions)) , $(ARGS Checks are being emitted for $(DDSUBLINK spec/function, contracts, out contracts)))
358
372
$(TROW $(ARGS $(D D_Invariants)) , $(ARGS Checks are being emitted for $(DDSUBLINK spec/class, invariants, class invariants) and $(DDSUBLINK spec/struct, Invariant, struct invariants)))
373
+
374
+
$(TROW *Special Cases*)
359
375
$(TROW $(ARGS $(D none)) , $(ARGS Never defined; used to just disable a section of code))
360
376
$(TROW $(ARGS $(D all)) , $(ARGS Always defined; used as the opposite of $(D none)))
361
377
)
@@ -382,7 +398,7 @@ $(H3 $(LEGACY_LNAME2 PredefinedVersions, predefined-versions, Predefined Version
382
398
$(D foo_ARM) and $(D bar_Windows) are not.
383
399
)
384
400
385
-
$(P Furthermore, predefined version identifiers from this list cannot
401
+
$(P Predefined version identifiers from this list cannot
386
402
be set from the command line or from version statements.
387
403
(This prevents things like both $(D Windows) and $(D linux)
0 commit comments