Skip to content

Commit 0507040

Browse files
committed
[cpp] Improve spacing aroud {h,q}-char-sequences
1 parent 24900a4 commit 0507040

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

source/preprocessor.tex

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@
455455
A preprocessing directive of the form
456456

457457
\begin{ncsimplebnf}
458-
\terminal{\# include <}h-char-sequence\terminal{>} new-line
458+
\terminal{\# include <} h-char-sequence \terminal{>} new-line
459459
\end{ncsimplebnf}
460460

461461
searches a sequence of
@@ -475,11 +475,9 @@
475475

476476
\pnum
477477
A preprocessing directive of the form
478-
479478
\begin{ncsimplebnf}
480-
\terminal{\# include "}q-char-sequence\terminal{"} new-line
479+
\terminal{\# include "} q-char-sequence \terminal{"} new-line
481480
\end{ncsimplebnf}
482-
483481
causes the replacement of that
484482
directive by the entire contents of the
485483
source file identified by the specified sequence between the
@@ -491,11 +489,9 @@
491489
If this search is not supported,
492490
or if the search fails,
493491
the directive is reprocessed as if it read
494-
495492
\begin{ncsimplebnf}
496-
\terminal{\# include <}h-char-sequence\terminal{>} new-line
493+
\terminal{\# include <} h-char-sequence \terminal{>} new-line
497494
\end{ncsimplebnf}
498-
499495
with the identical contained sequence (including
500496
\tcode{>}
501497
characters, if any) from the original directive.

0 commit comments

Comments
 (0)