Commit 736c6289 by Per Bothner

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

From-SVN: r14602
parent dbbade74
......@@ -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
......
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