Skip to content

Commit 3501bab

Browse files
committed
FIXUP: Remove spaces in #error/#warning directives.
1 parent c6c23c9 commit 3501bab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/intro.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -813,11 +813,11 @@
813813
\begin{itemize}
814814
\item
815815
shall not accept a preprocessing translation unit containing
816-
a \tcode{\# error} preprocessing directive\iref{cpp.error},
816+
a \tcode{\#error} preprocessing directive\iref{cpp.error},
817817
\item
818818
shall issue at least one diagnostic message for
819-
each \tcode{\# warning} or \tcode{\# error} preprocessing directive
820-
not following a \tcode{\# error} preprocessing directive in
819+
each \tcode{\#warning} or \tcode{\#error} preprocessing directive
820+
not following a \tcode{\#error} preprocessing directive in
821821
a preprocessing translation unit, and
822822
\item
823823
shall not accept a translation unit with

0 commit comments

Comments
 (0)