* c-lex.c (lang_init): Remove (recently moved here).

From-SVN: r14602
This commit is contained in:
Per Bothner 1997-08-01 14:18:54 -07:00
parent dbbade7444
commit 736c628948

View 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
}
#ifdef HANDLE_SYSV_PRAGMA