Skip to content

Commit 42eddb8

Browse files
committed
[lex.key] Don't use a colon to introduce a floating table.
This table floated off to a different page, so the colon pointed nowhere.
1 parent 673d504 commit 42eddb8

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

source/lex.tex

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,11 @@
747747
\indextext{keyword|(}%
748748
The identifiers shown in \tref{lex.key} are reserved for use
749749
as keywords (that is, they are unconditionally treated as keywords in
750-
phase 7) except in an \grammarterm{attribute-token}\iref{dcl.attr.grammar}:
750+
phase 7) except in an \grammarterm{attribute-token}\iref{dcl.attr.grammar}.
751+
\begin{note}
752+
The \keyword{register} keyword is unused but
753+
is reserved for future use.
754+
\end{note}
751755

752756
\begin{multicolfloattable}{Keywords}{lex.key}
753757
{lllll}
@@ -838,11 +842,6 @@
838842
\keyword{while} \\
839843
\end{multicolfloattable}
840844

841-
\begin{note}
842-
The \keyword{register} keyword is unused but
843-
is reserved for future use.
844-
\end{note}
845-
846845
\pnum
847846
Furthermore, the alternative representations shown in
848847
\tref{lex.key.digraph} for certain operators and

0 commit comments

Comments
 (0)