Commit aa53d0ba by Richard Kenner

Update comments.

From-SVN: r9512
parent 0dd0f1b6
...@@ -6177,9 +6177,9 @@ collect_expansion (buf, end, nargs, arglist) ...@@ -6177,9 +6177,9 @@ collect_expansion (buf, end, nargs, arglist)
} }
if (!traditional && expected_delimiter == 0) { if (!traditional && expected_delimiter == 0) {
/* There is no trailing whitespace, so invent some in ANSI mode. /* If ANSI, put in a newline-space marker to prevent token pasting.
But not if "inside a string" (which in ANSI mode But not if "inside a string" (which in ANSI mode happens only for
happens only for -D option). */ -D option). */
*exp_p++ = '\n'; *exp_p++ = '\n';
*exp_p++ = ' '; *exp_p++ = ' ';
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment