Skip to content

Commit 3405cbe

Browse files
committed
[cpp.pre] Clarify that the rule for conditionally-supported-declarations
resolves a parse ambiguity rather than determining program validity.
1 parent 0b29165 commit 3405cbe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/preprocessor.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,9 @@
211211
\pnum
212212
A sequence of preprocessing tokens is only a \grammarterm{text-line}
213213
if it does not begin with a directive-introducing token.
214-
A \grammarterm{conditionally-supported-directive} shall not begin
215-
with any of the directive names appearing after a \tcode{\#} in the syntax.
214+
A sequence of preprocessing tokens is only a \grammarterm{conditionally-supported-directive}
215+
if it does not begin with any of the directive names
216+
appearing after a \tcode{\#} in the syntax.
216217
A \grammarterm{conditionally-supported-directive} is
217218
conditionally-supported with
218219
\impldef{additional supported forms of preprocessing directive}

0 commit comments

Comments
 (0)