mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-19 09:44:25 +08:00
* cppmacro.c (cpp_get_token): Avoid pasting after a builtin.
From-SVN: r39498
This commit is contained in:
parent
28e510bd50
commit
b7a0a5fa1e
@ -1,3 +1,7 @@
|
|||||||
|
2001-02-06 Neil Booth <neil@daikokuya.demon.co.uk>
|
||||||
|
|
||||||
|
* cppmacro.c (cpp_get_token): Avoid pasting after a builtin.
|
||||||
|
|
||||||
2001-02-06 Mark Mitchell <mark@codesourcery.com>
|
2001-02-06 Mark Mitchell <mark@codesourcery.com>
|
||||||
|
|
||||||
* config/rs6000/rs6000.h (ASM_OUTPUT_SYMBOL_REF): Define.
|
* config/rs6000/rs6000.h (ASM_OUTPUT_SYMBOL_REF): Define.
|
||||||
|
@ -965,6 +965,7 @@ cpp_get_token (pfile, token)
|
|||||||
if (node->flags & NODE_BUILTIN)
|
if (node->flags & NODE_BUILTIN)
|
||||||
{
|
{
|
||||||
builtin_macro (pfile, token);
|
builtin_macro (pfile, token);
|
||||||
|
pfile->buffer->saved_flags = AVOID_LPASTE;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user