]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Update comments.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 27 Apr 1995 18:40:02 +0000 (14:40 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 27 Apr 1995 18:40:02 +0000 (14:40 -0400)
From-SVN: r9512

gcc/cccp.c

index 3ff2fc1ecf0256dbc47d8e09ba10547a476dad7f..8834163698943280e3b4bc941b82cd7072540924 100644 (file)
@@ -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++ = ' ';
   }