mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-07 07:40:25 +08:00
cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a carriage return after a macro name.
* cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a carriage return after a macro name. From-SVN: r31840
This commit is contained in:
parent
f39b788a15
commit
f81f5a9db6
@ -1,3 +1,8 @@
|
||||
2000-02-07 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
|
||||
carriage return after a macro name.
|
||||
|
||||
2000-02-07 Fred Fish <fnf@be.com>
|
||||
|
||||
* i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
|
||||
|
@ -2624,6 +2624,7 @@ cpp_get_token (pfile)
|
||||
{
|
||||
if (c != '\n')
|
||||
break;
|
||||
CPP_BUMP_LINE (pfile);
|
||||
FORWARD (1);
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user