File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 455
455
A preprocessing directive of the form
456
456
457
457
\begin {ncsimplebnf }
458
- \terminal {\# include <}h-char-sequence\terminal {>} new-line
458
+ \terminal {\# include <} h-char-sequence \terminal {>} new-line
459
459
\end {ncsimplebnf }
460
460
461
461
searches a sequence of
475
475
476
476
\pnum
477
477
A preprocessing directive of the form
478
-
479
478
\begin {ncsimplebnf }
480
- \terminal {\# include "}q-char-sequence\terminal{" } new-line
479
+ \terminal {\# include "} q-char-sequence \terminal{" } new-line
481
480
\end {ncsimplebnf }
482
-
483
481
causes the replacement of that
484
482
directive by the entire contents of the
485
483
source file identified by the specified sequence between the
491
489
If this search is not supported,
492
490
or if the search fails,
493
491
the directive is reprocessed as if it read
494
-
495
492
\begin {ncsimplebnf }
496
- \terminal {\# include <}h-char-sequence\terminal {>} new-line
493
+ \terminal {\# include <} h-char-sequence \terminal {>} new-line
497
494
\end {ncsimplebnf }
498
-
499
495
with the identical contained sequence (including
500
496
\tcode {>}
501
497
characters, if any) from the original directive.
You can’t perform that action at this time.
0 commit comments