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:
Mark Mitchell 2000-02-07 21:36:19 +00:00 committed by Mark Mitchell
parent f39b788a15
commit f81f5a9db6
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -2624,6 +2624,7 @@ cpp_get_token (pfile)
{
if (c != '\n')
break;
CPP_BUMP_LINE (pfile);
FORWARD (1);
}
else