Skip to content

Commit 57ba5a5

Browse files
authored
[lex.phases] Reorder the first two sentences of phase 7 (#7432)
Currently, the first sentence refers to "tokens" that do not exist until after the second sentence.
1 parent e99e78d commit 57ba5a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/lex.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,10 @@
179179
\item
180180
Adjacent \grammarterm{string-literal} tokens are concatenated\iref{lex.string}.
181181

182-
\item Whitespace characters separating tokens are no longer
183-
significant. Each preprocessing token is converted into a
184-
token\iref{lex.token}. The resulting tokens
185-
constitute a \defn{translation unit} and
182+
\item
183+
Each preprocessing token is converted into a token\iref{lex.token}.
184+
Whitespace characters separating tokens are no longer significant.
185+
The resulting tokens constitute a \defn{translation unit} and
186186
are syntactically and
187187
semantically analyzed as a \grammarterm{translation-unit}\iref{basic.link} and
188188
translated.

0 commit comments

Comments
 (0)