* c-lex.c (lang_init): Remove (recently moved here).
From-SVN: r14602
This commit is contained in:
parent
dbbade7444
commit
736c628948
11
gcc/c-lex.c
11
gcc/c-lex.c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user