Skip to content

Commit 375adb1

Browse files
committed
[cpp.replace.general] Promote footnote to note
We now have a paragraph where the footnote would be more appropriately attached as a note.
1 parent ca19690 commit 375adb1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/preprocessor.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,6 +1538,12 @@
15381538
to the \grammarterm{attribute-token}{s} described in~\ref{dcl.attr},
15391539
except that the macro names \tcode{likely} and \tcode{unlikely} may be
15401540
defined as function-like macros.
1541+
\begin{note}
1542+
An alternative token\iref{lex.digraph} is not an identifier,
1543+
even when its spelling consists entirely of letters and underscores.
1544+
Therefore it is not possible to define a macro
1545+
whose name is the same as that of an alternative token.
1546+
\end{note}
15411547

15421548
\pnum
15431549
If a
@@ -1567,12 +1573,6 @@
15671573
\end{footnote}
15681574
to be replaced by the replacement list of preprocessing tokens
15691575
that constitute the remainder of the directive.
1570-
\begin{footnote}
1571-
An alternative token\iref{lex.digraph} is not an identifier,
1572-
even when its spelling consists entirely of letters and underscores.
1573-
Therefore it is not possible to define a macro
1574-
whose name is the same as that of an alternative token.
1575-
\end{footnote}
15761576
The replacement list is then rescanned for more macro names as
15771577
specified in \ref{cpp.rescan}.
15781578

0 commit comments

Comments
 (0)