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

From-SVN: r2231
This commit is contained in:
Richard Kenner 1992-09-24 15:23:56 -04:00
parent 65faa6a4c4
commit fad04099d7

View File

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