File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 1784
1784
both are replaced by a single character string literal preprocessing token that
1785
1785
contains the spelling of the preprocessing token sequence for the
1786
1786
corresponding argument (excluding placemarker tokens).
1787
+
1788
+ \pnum
1787
1789
Let the \defn {stringizing argument} be the preprocessing token sequence
1788
1790
for the corresponding argument with placemarker tokens removed.
1789
1791
Each occurrence of whitespace between the stringizing argument's preprocessing
1801
1803
\unicode {005c}{reverse solidus} character,
1802
1804
and each new-line character is
1803
1805
replaced by the two-character sequence \tcode {\textbackslash n}.
1806
+ The character string literal corresponding to an empty stringizing argument
1807
+ is \tcode {""}.
1808
+
1809
+ \pnum
1804
1810
If the replacement that results is not a valid character string literal,
1805
- the program is ill-formed. The character string literal corresponding to
1806
- an empty stringizing argument is \tcode {""}.
1811
+ the program is ill-formed.
1812
+
1813
+ \pnum
1807
1814
The order of evaluation of
1808
1815
\tcode {\# }
1809
1816
and
You can’t perform that action at this time.
0 commit comments