Skip to content

Commit d82d1e8

Browse files
committed
[lex.pptoken] Reoder list items to avoid "or" and "and" at same level
1 parent f8e0a65 commit d82d1e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/lex.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,9 @@
635635
except that
636636
\begin{itemize}
637637
\item
638+
a \grammarterm{string-literal} token is never formed
639+
when a \grammarterm{header-name} token can be formed, and
640+
\item
638641
a \grammarterm{header-name}\iref{lex.header} is only formed
639642
\begin{itemize}
640643
\item
@@ -644,11 +647,8 @@
644647
\item
645648
immediately after a preprocessing token sequence of \xname{has_include}
646649
or \xname{has_embed} immediately followed by \tcode{(}
647-
in a \tcode{\#if}, \tcode{\#elif}, or \tcode{\#embed} directive\iref{cpp.cond,cpp.embed} and
650+
in a \tcode{\#if}, \tcode{\#elif}, or \tcode{\#embed} directive\iref{cpp.cond,cpp.embed}.
648651
\end{itemize}
649-
\item
650-
a \grammarterm{string-literal} token is never formed
651-
when a \grammarterm{header-name} token can be formed.
652652
\end{itemize}
653653
\end{itemize}
654654

0 commit comments

Comments
 (0)