diff options
Diffstat (limited to 'gcc/cppmain.c')
-rw-r--r-- | gcc/cppmain.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cppmain.c b/gcc/cppmain.c index 13bbbdd..a68d19c 100644 --- a/gcc/cppmain.c +++ b/gcc/cppmain.c @@ -234,8 +234,7 @@ scan_buffer (pfile) putc (' ', print.outf); } } - else if (print.printed - && (token->flags & (PREV_WHITE | AVOID_LPASTE)) + else if ((token->flags & (PREV_WHITE | AVOID_LPASTE)) == AVOID_LPASTE && cpp_avoid_paste (pfile, &tokens[1 - index], token)) token->flags |= PREV_WHITE; |