Commit 76cf6e12 by Richard Stallman

(yylex): Undo Feb 7 change.

From-SVN: r3487
parent ca67f868
......@@ -1024,13 +1024,6 @@ yylex ()
{
case EOF:
end_of_file = 1;
if (! global_bindings_p ())
{
yyerror ("parse error");
token_buffer[0] = '}';
value = '}';
break;
}
token_buffer[0] = 0;
value = ENDFILE;
break;
......
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