OSDN Git Service

* _cpp_lex_direct: Remove pointless code.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Apr 2003 12:55:09 +0000 (12:55 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Apr 2003 12:55:09 +0000 (12:55 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66106 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/cpplex.c

index 39efa64..0b272cc 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-26  Neil Booth  <neil@daikokuya.co.uk>
+
+       * _cpp_lex_direct: Remove pointless code.
+
 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
 
        * doc/extend.texi (Function Attributes): Document "near" and "far"
index 4f0767e..b4893bd 100644 (file)
@@ -776,12 +776,6 @@ _cpp_lex_direct (pfile)
       if (!_cpp_get_fresh_line (pfile))
        {
          result->type = CPP_EOF;
-         if (!pfile->state.in_directive)
-           {
-             /* Tell the compiler the line number of the EOF token.  */
-             result->line = pfile->line;
-             result->flags = BOL;
-           }
          return result;
        }
       if (!pfile->keep_tokens)