cpplib.c (macroexpand): If arg->raw_before or arg->raw_after...
authorZack Weinberg <zack@rabi.phys.columbia.edu>
Wed, 30 Sep 1998 19:27:28 +0000 (19:27 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 30 Sep 1998 19:27:28 +0000 (13:27 -0600)
commitaa90b11170630993a99b1e18190e9f0a8e7b2265
treea41dcb5cea7aab2ae8fb687f3d5c09e230857796
parentf0c76b51b4075e1bcbdf0aa427cfed3b6311e237
cpplib.c (macroexpand): If arg->raw_before or arg->raw_after...

        * cpplib.c (macroexpand): If arg->raw_before or
        arg->raw_after, remove any no-reexpansion escape at the
        beginning of the pasted token.  Correct handling of whitespace
        markers and no-reexpand markers at the end if arg->raw_after.

From-SVN: r22695
gcc/ChangeLog
gcc/cpplib.c