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 a7b71b3 commit f731f30Copy full SHA for f731f30
source/lex.tex
@@ -559,10 +559,9 @@
559
literals), string literals (including user-defined string literals), preprocessing
560
operators and punctuators, and single non-whitespace characters that do not lexically
561
match the other preprocessing token categories.
562
-If a \unicode{0027}{apostrophe} or a \unicode{0022}{quotation mark} character
+If a \unicode{0027}{apostrophe}, a \unicode{0022}{quotation mark},
563
+or any character not in the basic character set
564
matches the last category, the program is ill-formed.
-If any character not in the basic character set matches the last category,
565
-the program is ill-formed.
566
Preprocessing tokens can be separated by
567
\indextext{whitespace}%
568
whitespace;
0 commit comments