Skip to content

Commit 4619962

Browse files
AlisdairMEisenwave
andcommitted
[cpp.stringize] Clarify distinct operations by introducing a comma
Co-authored-by: Jan Schultke <[email protected]>
1 parent b484f9d commit 4619962

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/preprocessor.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1798,7 +1798,8 @@
17981798
contained within the preprocessing token:
17991799
a \unicode{005c}{reverse solidus} character (\tcode{\textbackslash})
18001800
is inserted before each \unicode{0022}{quotation mark} and
1801-
\unicode{005c}{reverse solidus} character and each new-line character is
1801+
\unicode{005c}{reverse solidus} character,
1802+
and each new-line character is
18021803
replaced by the two-character sequence \tcode{\textbackslash n}.
18031804
If the replacement that results is not a valid character string literal,
18041805
the program is ill-formed. The character string literal corresponding to

0 commit comments

Comments
 (0)