diff options
Diffstat (limited to 'contrib/gcc/cccp.c')
-rw-r--r-- | contrib/gcc/cccp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/cccp.c b/contrib/gcc/cccp.c index 7a24754..69cd93d 100644 --- a/contrib/gcc/cccp.c +++ b/contrib/gcc/cccp.c @@ -3986,7 +3986,7 @@ handle_directive (ip, op) case '\'': case '\"': { - int backslash_newlines_p; + int backslash_newlines_p = 0; register U_CHAR *bp1 = skip_quoted_string (xp - 1, bp, ip->lineno, |