diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-03-09 10:11:08 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-03-09 10:11:08 +0000 |
| commit | 40a121a27c71c6440c45f78fa77d2384e90e9e1c (patch) | |
| tree | f311c93c520deb298d189b7237389747c617b919 /contrib/gcc/cccp.c | |
| parent | 27d805042a017b17df5c5761ac9ad3c2d995c880 (diff) | |
Notes
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 7a247542302d..69cd93d3e88b 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, |
