We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd0525 commit 1965850Copy full SHA for 1965850
spec/expression.dd
@@ -2172,6 +2172,6 @@ Macros:
2172
CHAPTER=10
2173
TITLE=Expressions
2174
IDENTIFIER=$(GLINK2 lex, Identifier)
2175
- USUAL_ARITHMETIC_CONVERSIONS=$(DDSUBLINK spec/types, usual-arithmetic-conversions, Usual Arithmetic Conversions)
2176
- INTEGER_PROMOTIONS=$(DDSUBLINK spec/types, integer-promotions, Integer Promotions)
+ USUAL_ARITHMETIC_CONVERSIONS=$(DDSUBLINK spec/type, usual-arithmetic-conversions, Usual Arithmetic Conversions)
+ INTEGER_PROMOTIONS=$(DDSUBLINK spec/type, integer-promotions, Integer Promotions)
2177
_=
0 commit comments