Skip to content

Commit fb96eb3

Browse files
committed
[cpp.pre] Add note on directives in pp-global module fragment
Add a note confirming that executing preprocessor directives within the pp-global-module-fragment can produce text-lines.
1 parent 80b091d commit fb96eb3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/preprocessor.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,10 @@
302302
At the start of phase 4 of translation,
303303
the \grammarterm{group} of a \grammarterm{pp-global-module-fragment} shall
304304
contain neither a \grammarterm{text-line} nor a \grammarterm{pp-import}.
305+
\begin{note}
306+
Executing preprocessing directives such as source file inclusion\iref{cpp.include}
307+
during phase 4 of translation can produce \grammarterm{text-line}s.
308+
\end{note}
305309

306310
\pnum
307311
When in a group that is skipped\iref{cpp.cond}, the directive

0 commit comments

Comments
 (0)