diff options
Diffstat (limited to 'contrib/gcc/cccp.c')
-rw-r--r-- | contrib/gcc/cccp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/gcc/cccp.c b/contrib/gcc/cccp.c index 83f4dff568370..6e2d519f6263b 100644 --- a/contrib/gcc/cccp.c +++ b/contrib/gcc/cccp.c @@ -3299,9 +3299,7 @@ randomchar: #endif if (output_marks) { - op->bufp = obp; check_expand (op, limit - ibp + 2); - obp = op->bufp; *obp++ = '\n'; *obp++ = '-'; } @@ -3983,7 +3981,7 @@ handle_directive (ip, op) case '\'': case '\"': { - int backslash_newlines_p = 0; + int backslash_newlines_p; register U_CHAR *bp1 = skip_quoted_string (xp - 1, bp, ip->lineno, |