* cccp.c (handle_directive): Initialize backslash_newlines_p.

From-SVN: r32412
This commit is contained in:
Jeffrey A Law 2000-03-08 06:55:21 +00:00 committed by Jeff Law
parent d020c88404
commit 776fc020b5
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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,