diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-27 03:00:06 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-27 03:00:06 +0000 |
commit | 3e26bdf09c5e0a4e9b015a5f02b9c948454010e1 (patch) | |
tree | 36f3f9a09138cd7071d3de64269ad734e9d9c50b /contrib/gcc/cccp.c | |
parent | 536abd52d2bd3b3830d8ac369f03865f32e4d496 (diff) |
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, |