Commit 776fc020 by Jeffrey A Law Committed by Jeff Law

* cccp.c (handle_directive): Initialize backslash_newlines_p.

From-SVN: r32412
parent d020c884
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> 2000-03-07 Philipp Thomas <pthomas@suse.de>
* po/POTFILES.in: Remove cppalloc.c from file list. * po/POTFILES.in: Remove cppalloc.c from file list.
......
...@@ -4047,7 +4047,7 @@ handle_directive (ip, op) ...@@ -4047,7 +4047,7 @@ handle_directive (ip, op)
case '\'': case '\'':
case '\"': case '\"':
{ {
int backslash_newlines_p; int backslash_newlines_p = 0;
register const U_CHAR *bp1 register const U_CHAR *bp1
= skip_quoted_string (xp - 1, bp, ip->lineno, = skip_quoted_string (xp - 1, bp, ip->lineno,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment