We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc71d74 commit adca52bCopy full SHA for adca52b
1 file changed
source/lex.tex
@@ -157,6 +157,7 @@
157
A \tcode{\#include} preprocessing directive\iref{cpp.include} causes the named header or
158
source file to be processed from phase 1 through phase 4, recursively.
159
All preprocessing directives are then deleted.
160
+Whitespace characters separating preprocessing tokens are no longer significant.
161
162
\item
163
For a sequence of two or more adjacent \grammarterm{string-literal} preprocessing tokens,
@@ -171,7 +172,6 @@
171
172
173
174
Each preprocessing token is converted into a token\iref{lex.token}.
-Whitespace characters separating tokens are no longer significant.
175
The resulting tokens constitute a \defn{translation unit} and
176
are syntactically and
177
semantically analyzed as a \grammarterm{translation-unit}\iref{basic.link} and
0 commit comments