(yylex, case '"'): Initialize arg pased to readescape.
From-SVN: r2231
This commit is contained in:
parent
65faa6a4c4
commit
fad04099d7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user