* c-lex.c (lang_init): Remove (recently moved here).
authorPer Bothner <bothner@gcc.gnu.org>
Fri, 1 Aug 1997 21:18:54 +0000 (14:18 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Fri, 1 Aug 1997 21:18:54 +0000 (14:18 -0700)
From-SVN: r14602

gcc/c-lex.c

index c3c4d0e9d1cb8a6c815c26b5e14f9ffe847629d1..586fc10356c47207246cf1440640e9190c95ed99 100644 (file)
@@ -820,17 +820,6 @@ linenum:
     c = GETC();
   return c;
 }
-
-void
-lang_init ()
-{
-#if !USE_CPPLIB
-  /* the beginning of the file is a new line; check for # */
-  /* With luck, we discover the real source file's name from that
-     and put it in input_filename.  */
-  UNGETC (check_newline ());
-#endif
-}
 \f
 #ifdef HANDLE_SYSV_PRAGMA