aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-04-27 14:40:02 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-04-27 14:40:02 -0400
commitaa53d0ba08956718dde78ad84065e0297534ca89 (patch)
tree0f91929738ed256997c61cdd9d035044d295d7d9 /gcc
parent0dd0f1b6625c215f21cec51a73626d0f2ec4e4b9 (diff)
downloadgcc-aa53d0ba08956718dde78ad84065e0297534ca89.zip
gcc-aa53d0ba08956718dde78ad84065e0297534ca89.tar.gz
gcc-aa53d0ba08956718dde78ad84065e0297534ca89.tar.bz2
Update comments.
From-SVN: r9512
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cccp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cccp.c b/gcc/cccp.c
index 3ff2fc1..8834163 100644
--- a/gcc/cccp.c
+++ b/gcc/cccp.c
@@ -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++ = ' ';
}