Skip to content

Commit f731f30

Browse files
AlisdairMtkoeppe
authored andcommitted
[lex.pptoken] Simplify sentences with common cause
1 parent a7b71b3 commit f731f30

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/lex.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -559,10 +559,9 @@
559559
literals), string literals (including user-defined string literals), preprocessing
560560
operators and punctuators, and single non-whitespace characters that do not lexically
561561
match the other preprocessing token categories.
562-
If a \unicode{0027}{apostrophe} or a \unicode{0022}{quotation mark} character
562+
If a \unicode{0027}{apostrophe}, a \unicode{0022}{quotation mark},
563+
or any character not in the basic character set
563564
matches the last category, the program is ill-formed.
564-
If any character not in the basic character set matches the last category,
565-
the program is ill-formed.
566565
Preprocessing tokens can be separated by
567566
\indextext{whitespace}%
568567
whitespace;

0 commit comments

Comments
 (0)