Skip to content

Commit 97c3b69

Browse files
authored
Merge pull request #2999 from dlang/cond_typo
Issue 19509 - [Conditional Compilation]
2 parents 0de0936 + 202650a commit 97c3b69

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spec/version.dd

Lines changed: 5 additions & 5 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))
@@ -369,8 +369,8 @@ $(H3 $(LEGACY_LNAME2 PredefinedVersions, predefined-versions, Predefined Version
369369
$(P Others will be added as they make sense and new implementations appear.
370370
)
371371

372-
$(P It is inevitable that the D language will evolve over time.
373-
Therefore, the version identifier namespace beginning with "D$(UNDERSCORE)"
372+
$(P To allow for future growth of the language,
373+
the version identifier namespace beginning with "D$(UNDERSCORE)"
374374
is reserved for identifiers indicating D language specification
375375
or new feature conformance. Further, all identifiers derived from
376376
the ones listed above by appending any character(s) are reserved. This

0 commit comments

Comments
 (0)