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 a9ca6cf..20149ec 100644 --- a/gcc/cppmacro.c +++ b/gcc/cppmacro.c @@ -947,6 +947,7 @@ _cpp_push_text_context (pfile, macro, start, len) context->buff = NULL; CUR (context) = start; RLIMIT (context) = start + len; + macro->flags |= NODE_DISABLED; } /* Expand an argument ARG before replacing parameters in a |