* cccp.c (handle_directive): Initialize backslash_newlines_p.
From-SVN: r32412
This commit is contained in:
parent
d020c88404
commit
776fc020b5
@ -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.
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user