From f88b027b0e845efacb1c0616c6851059791ec134 Mon Sep 17 00:00:00 2001 From: Alisdair Meredith Date: Tue, 4 Nov 2025 14:37:27 -1000 Subject: [PATCH] [lex.pptoken] Simplify sentences with common cause --- source/lex.tex | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/lex.tex b/source/lex.tex index 0e93f84ea3..8005b33374 100644 --- a/source/lex.tex +++ b/source/lex.tex @@ -559,10 +559,9 @@ literals), string literals (including user-defined string literals), preprocessing operators and punctuators, and single non-whitespace characters that do not lexically match the other preprocessing token categories. -If a \unicode{0027}{apostrophe} or a \unicode{0022}{quotation mark} character +If a \unicode{0027}{apostrophe}, a \unicode{0022}{quotation mark}, +or any character not in the basic character set matches the last category, the program is ill-formed. -If any character not in the basic character set matches the last category, -the program is ill-formed. Preprocessing tokens can be separated by \indextext{whitespace}% whitespace;