OSDN Git Service

(yylex): Undo Feb 7 change.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Feb 1993 23:44:34 +0000 (23:44 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Feb 1993 23:44:34 +0000 (23:44 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3487 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/c-lex.c

index 043e67c..89d405f 100644 (file)
@@ -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;