diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-04-27 14:40:02 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-04-27 14:40:02 -0400 |
commit | aa53d0ba08956718dde78ad84065e0297534ca89 (patch) | |
tree | 0f91929738ed256997c61cdd9d035044d295d7d9 /gcc | |
parent | 0dd0f1b6625c215f21cec51a73626d0f2ec4e4b9 (diff) | |
download | gcc-aa53d0ba08956718dde78ad84065e0297534ca89.zip gcc-aa53d0ba08956718dde78ad84065e0297534ca89.tar.gz gcc-aa53d0ba08956718dde78ad84065e0297534ca89.tar.bz2 |
Update comments.
From-SVN: r9512
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cccp.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6177,9 +6177,9 @@ collect_expansion (buf, end, nargs, arglist) } if (!traditional && expected_delimiter == 0) { - /* There is no trailing whitespace, so invent some in ANSI mode. - But not if "inside a string" (which in ANSI mode - happens only for -D option). */ + /* If ANSI, put in a newline-space marker to prevent token pasting. + But not if "inside a string" (which in ANSI mode happens only for + -D option). */ *exp_p++ = '\n'; *exp_p++ = ' '; } |