cpplib.c (cpp_get_token): Replace whitespace that occurs between a macro name and...
authorDave Brolley <brolley@cygnus.com>
Fri, 16 Oct 1998 14:28:40 +0000 (14:28 +0000)
committerDave Brolley <brolley@gcc.gnu.org>
Fri, 16 Oct 1998 14:28:40 +0000 (10:28 -0400)
commitc55ade0244cff15833d8c72f1bc360f3f8c26360
tree1923a499442ffb88cbf077dd0dc0b2da3b3f59d7
parent7cfac5953a129fe78668db20cdf2533125349dea
cpplib.c (cpp_get_token): Replace whitespace that occurs between a macro name and the next token with a...

Fri Oct 16 17:26:10 1998  Dave Brolley  <brolley@cygnus.com>
        * cpplib.c (cpp_get_token): Replace whitespace that occurs between
        a macro name and the next token with a single blank if that whitespace
        is in a macro buffer and the next token is not '('.

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