From 776fc020b5a3e44353f59cba80edd9dd43d32683 Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Wed, 8 Mar 2000 06:55:21 +0000 Subject: [PATCH] * cccp.c (handle_directive): Initialize backslash_newlines_p. From-SVN: r32412 --- gcc/ChangeLog | 4 ++++ gcc/cccp.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 36a5838..a25e94c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Tue Mar 7 23:50:31 2000 Jeffrey A Law (law@cygnus.com) + + * cccp.c (handle_directive): Initialize backslash_newlines_p. + 2000-03-07 Philipp Thomas * po/POTFILES.in: Remove cppalloc.c from file list. diff --git a/gcc/cccp.c b/gcc/cccp.c index 901474b..e91d8cf 100644 --- a/gcc/cccp.c +++ b/gcc/cccp.c @@ -4047,7 +4047,7 @@ handle_directive (ip, op) case '\'': case '\"': { - int backslash_newlines_p; + int backslash_newlines_p = 0; register const U_CHAR *bp1 = skip_quoted_string (xp - 1, bp, ip->lineno, -- 2.7.4