diff options
Diffstat (limited to 'gcc/cpplex.c')
-rw-r--r-- | gcc/cpplex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpplex.c b/gcc/cpplex.c index 4821745..5248a42 100644 --- a/gcc/cpplex.c +++ b/gcc/cpplex.c @@ -1266,7 +1266,7 @@ _cpp_lex_token (pfile, result) /* If not in a directive, this token invalidates controlling macros. */ if (!pfile->state.in_directive) - pfile->mi_state = MI_FAILED; + pfile->mi_valid = false; } /* An upper bound on the number of bytes needed to spell a token, |