Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions source/lex.tex
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,8 @@
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.

\pnum
Preprocessing tokens can be separated by
\indextext{whitespace}%
whitespace;
Expand All @@ -572,12 +574,14 @@
new-line,
\unicode{000b}{line tabulation}, and
\unicode{000c}{form feed}), or both.
\begin{note}
As described in \ref{cpp}, in certain
circumstances during translation phase 4, whitespace (or the absence
thereof) serves as more than preprocessing token separation. Whitespace
can appear within a preprocessing token only as part of a header name or
between the quotation characters in a character literal or
string literal.
\end{note}

\pnum
Each preprocessing token that is converted to a token\iref{lex.token}
Expand Down