Skip to content

Commit 1df1072

Browse files
committed
[cpp.cond] Keywords are not identifiers while preprocessing
1 parent a82da99 commit 1df1072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/preprocessor.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,11 +553,11 @@
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
560-
\tcode{false},
560+
\tcode{false}
561561
are replaced with the \grammarterm{pp-number}
562562
\tcode{0},
563563
and then each preprocessing token is converted into a token.

0 commit comments

Comments
 (0)