diff options
Diffstat (limited to 'gcc/cppmacro.c')
-rw-r--r-- | gcc/cppmacro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppmacro.c b/gcc/cppmacro.c index e630850106a..a4569a3e073 100644 --- a/gcc/cppmacro.c +++ b/gcc/cppmacro.c @@ -953,7 +953,7 @@ cpp_get_token (pfile, token) cpp_hashnode *node = token->val.node; /* Macros invalidate controlling macros. */ - pfile->mi_state = MI_FAILED; + pfile->mi_valid = false; if (node->flags & NODE_BUILTIN) { |