Commit fad04099 by Richard Kenner

(yylex, case '"'): Initialize arg pased to readescape.

From-SVN: r2231
parent 65faa6a4
......@@ -1738,7 +1738,7 @@ yylex ()
/* ignore_escape_flag is set for reading the filename in #line. */
if (!ignore_escape_flag && c == '\\')
{
int ignore;
int ignore = 0;
c = readescape (&ignore);
if (ignore)
goto skipnewline;
......
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