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 e99e78d commit 57ba5a5Copy full SHA for 57ba5a5
source/lex.tex
@@ -179,10 +179,10 @@
179
\item
180
Adjacent \grammarterm{string-literal} tokens are concatenated\iref{lex.string}.
181
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
+\item
+Each preprocessing token is converted into a token\iref{lex.token}.
+Whitespace characters separating tokens are no longer significant.
+The resulting tokens constitute a \defn{translation unit} and
186
are syntactically and
187
semantically analyzed as a \grammarterm{translation-unit}\iref{basic.link} and
188
translated.
0 commit comments