Skip to content

Commit 99914bd

Browse files
authored
[cpp.cond] Keywords are not identifiers while preprocessing (#8518)
1 parent 967ffd7 commit 99914bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/preprocessor.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@
553553
\grammarterm{has-embed-expression}s, and
554554
\grammarterm{has-attribute-expression}s
555555
have been performed,
556-
all remaining identifiers and keywords,
556+
all remaining identifiers (including those lexically identical to keywords),
557557
except for
558558
\tcode{true}
559559
and

0 commit comments

Comments
 (0)