Skip to content

Commit 7566675

Browse files
authored
[lex.phases] Use preprocessing token consistently (#7361)
Prior to converting preprocessing tokens to tokens in phase 7, all tokens are strictly preprocessing tokens.
1 parent 0d0ea55 commit 7566675

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/lex.tex

+3-3
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,14 @@
170170
All preprocessing directives are then deleted.
171171

172172
\item
173-
For a sequence of two or more adjacent \grammarterm{string-literal} tokens,
173+
For a sequence of two or more adjacent \grammarterm{string-literal} preprocessing tokens,
174174
a common \grammarterm{encoding-prefix} is determined
175175
as specified in \ref{lex.string}.
176-
Each such \grammarterm{string-literal} token is then considered to have
176+
Each such \grammarterm{string-literal} preprocessing token is then considered to have
177177
that common \grammarterm{encoding-prefix}.
178178

179179
\item
180-
Adjacent \grammarterm{string-literal} tokens are concatenated\iref{lex.string}.
180+
Adjacent \grammarterm{string-literal} preprocessing tokens are concatenated\iref{lex.string}.
181181

182182
\item
183183
Each preprocessing token is converted into a token\iref{lex.token}.

0 commit comments

Comments
 (0)