Skip to content

Commit bbee9e3

Browse files
committed
Issue 19509 - [Conditional Compilation]
1 parent 0de0936 commit bbee9e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/version.dd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ $(H3 $(LEGACY_LNAME2 PredefinedVersions, predefined-versions, Predefined Version
334334
$(TROW $(ARGS $(D D_LP64)) , $(ARGS $(B Pointers) are 64 bits
335335
(command line switch $(DDSUBLINK dmd, switch-m64, $(TT -m64))). (Do not confuse this with C's LP64 model)))
336336
$(TROW $(ARGS $(D D_X32)) , $(ARGS Pointers are 32 bits, but words are still 64 bits (x32 ABI) (This can be defined in parallel to $(D X86_64))))
337-
$(TROW $(ARGS $(D D_HardFloat)) , $(ARGS The target hardware has a floating point unit))
338-
$(TROW $(ARGS $(D D_SoftFloat)) , $(ARGS The target hardware does not have a floating point unit))
337+
$(TROW $(ARGS $(D D_HardFloat)) , $(ARGS The target hardware has a floating-point unit))
338+
$(TROW $(ARGS $(D D_SoftFloat)) , $(ARGS The target hardware does not have a floating-point unit))
339339
$(TROW $(ARGS $(D D_PIC)) , $(ARGS Position Independent Code
340340
(command line switch $(DDSUBLINK dmd-linux, switch-fPIC, $(TT -fPIC))) is being generated))
341341
$(TROW $(ARGS $(D D_PIE)) , $(ARGS Position Independent Executable
@@ -348,7 +348,7 @@ $(H3 $(LEGACY_LNAME2 PredefinedVersions, predefined-versions, Predefined Version
348348
(command line switch $(DDSUBLINK dmd, switch-boundscheck, $(TT -boundscheck=off)))))
349349
$(TROW $(ARGS $(D D_ObjectiveC)) , $(ARGS The target supports interfacing with Objective-C))
350350
$(TROW $(ARGS $(D Core)) , $(ARGS Defined when building the standard runtime))
351-
$(TROW $(ARGS $(D Std)) , $(ARGS Define when building the standard library))
351+
$(TROW $(ARGS $(D Std)) , $(ARGS Defined when building the standard library))
352352
$(TROW $(ARGS $(D unittest)) , $(ARGS $(DDLINK spec/unittest, Unit Tests, Unit tests) are enabled
353353
(command line switch $(DDSUBLINK dmd, switch-unittest, $(TT -unittest)))))
354354
$(TROW $(ARGS $(D assert)) , $(ARGS Checks are being emitted for $(GLINK2 expression, AssertExpression)s))

0 commit comments

Comments
 (0)