diff options
Diffstat (limited to 'gcc/cpptrad.c')
-rw-r--r-- | gcc/cpptrad.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/cpptrad.c b/gcc/cpptrad.c index 4ae1e9c..915dceb 100644 --- a/gcc/cpptrad.c +++ b/gcc/cpptrad.c @@ -491,7 +491,8 @@ scan_out_logical_line (pfile, macro) if ((lex_state == ls_fun_open || lex_state == ls_fun_close) && !pfile->state.in_directive) { - /* Newlines in arguments become a space. */ + /* Newlines in arguments become a space, but we don't + clear any in-progress quote. */ if (lex_state == ls_fun_close) out[-1] = ' '; continue; |