aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>2000-03-08 06:55:21 +0000
committerJeff Law <law@gcc.gnu.org>2000-03-07 23:55:21 -0700
commit776fc020b5a3e44353f59cba80edd9dd43d32683 (patch)
tree07f3792932c1c59e6bd4ab376773aaca9cf49072
parentd020c88404cb2e4301e2904f07584b514ba408f2 (diff)
downloadgcc-776fc020b5a3e44353f59cba80edd9dd43d32683.zip
gcc-776fc020b5a3e44353f59cba80edd9dd43d32683.tar.gz
gcc-776fc020b5a3e44353f59cba80edd9dd43d32683.tar.bz2
* cccp.c (handle_directive): Initialize backslash_newlines_p.
From-SVN: r32412
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/cccp.c2
2 files changed, 5 insertions, 1 deletions
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 <pthomas@suse.de>
* 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,