diff options
Diffstat (limited to 'gcc/cppmacro.c')
-rw-r--r-- | gcc/cppmacro.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cppmacro.c b/gcc/cppmacro.c index 8e051a9..3b9f64c 100644 --- a/gcc/cppmacro.c +++ b/gcc/cppmacro.c @@ -965,6 +965,7 @@ cpp_get_token (pfile, token) if (node->flags & NODE_BUILTIN) { builtin_macro (pfile, token); + pfile->buffer->saved_flags = AVOID_LPASTE; break; } |