aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cppmain.c')
-rw-r--r--gcc/cppmain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cppmain.c b/gcc/cppmain.c
index ecc27e4..13bbbdd 100644
--- a/gcc/cppmain.c
+++ b/gcc/cppmain.c
@@ -235,8 +235,8 @@ scan_buffer (pfile)
}
}
else if (print.printed
- && ! (token->flags & PREV_WHITE)
- && options->lang != CLK_ASM
+ && (token->flags & (PREV_WHITE | AVOID_LPASTE))
+ == AVOID_LPASTE
&& cpp_avoid_paste (pfile, &tokens[1 - index], token))
token->flags |= PREV_WHITE;