diff options
Diffstat (limited to 'gcc/pretty-print.c')
-rw-r--r-- | gcc/pretty-print.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/pretty-print.c b/gcc/pretty-print.c index 8aa9978..4033ba3 100644 --- a/gcc/pretty-print.c +++ b/gcc/pretty-print.c @@ -759,6 +759,7 @@ void pp_base_newline (pretty_printer *pp) { obstack_1grow (pp->buffer->obstack, '\n'); + pp_needs_newline (pp) = false; pp->buffer->line_length = 0; } |