Skip to content

Commit 73f85cf

Browse files
author
Stefanus Du Toit
committed
[cpp.include] Fix odd parenthetical sentence.
1 parent 6fbc44f commit 73f85cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/preprocessor.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,9 +434,9 @@
434434
(that does not match one of the two previous forms) is permitted.
435435
The preprocessing tokens after
436436
\tcode{include}
437-
in the directive are processed just as in normal text
438-
(Each identifier currently defined as a macro name is replaced by its
439-
replacement list of preprocessing tokens.).
437+
in the directive are processed just as in normal text,
438+
(i.e., each identifier currently defined as a macro name is replaced by its
439+
replacement list of preprocessing tokens).
440440
If the directive resulting after all replacements does not match
441441
one of the two previous forms, the behavior is
442442
undefined.\footnote{Note that adjacent string literals are not concatenated into

0 commit comments

Comments
 (0)