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 9446aae..e1657a7 100644 --- a/gcc/cpplex.c +++ b/gcc/cpplex.c @@ -894,7 +894,7 @@ _cpp_lex_token (pfile, result) in-progress directives and arguments have been taken care of. Decrement the line to terminate an in-progress directive. */ if (pfile->state.in_directive) - pfile->line--; + pfile->lexer_pos.output_line = pfile->line--; else if (! pfile->state.parsing_args) { /* Non-empty files should end in a newline. Don't warn for |