Skip to content

Commit af326e1

Browse files
AlisdairMtkoeppe
authored andcommitted
[cpp.include] Promote footnote to note
Following the style of the equivalent paragraph introduced with the `embed` wording.
1 parent 6a083ac commit af326e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/preprocessor.tex

+3-3
Original file line numberDiff line numberDiff line change
@@ -748,13 +748,13 @@
748748
If the directive resulting after all replacements does not match
749749
one of the two previous forms, the behavior is
750750
undefined.
751-
\begin{footnote}
752-
Note that adjacent \grammarterm{string-literal}s are not concatenated into
751+
\begin{note}
752+
Adjacent \grammarterm{string-literal}s are not concatenated into
753753
a single \grammarterm{string-literal}
754754
(see the translation phases in~\ref{lex.phases});
755755
thus, an expansion that results in two \grammarterm{string-literal}s is an
756756
invalid directive.
757-
\end{footnote}
757+
\end{note}
758758
The method by which a sequence of preprocessing tokens between a
759759
\tcode{<}
760760
and a

0 commit comments

Comments
 (0)