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 0dd9d22..66eb01f 100644 --- a/gcc/cpplex.c +++ b/gcc/cpplex.c @@ -891,7 +891,7 @@ continue_after_nul (pfile) buffer->saved_flags = BOL; if (CPP_OPTION (pfile, traditional)) - more = _cpp_read_logical_line_trad (pfile); + more = _cpp_read_logical_line_trad (pfile, true); else { /* Stop parsing arguments with a CPP_EOF. When we finally come |