diff options
author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-08-01 21:18:54 +0000 |
---|---|---|
committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-08-01 21:18:54 +0000 |
commit | ae919886995835d3376c7c07df0728a7a83f4e73 (patch) | |
tree | 14e964457c4a8f80ec72b09c5c6397af1ca60095 /gcc/c-lex.c | |
parent | 082d79a1536b6397fee657c492ffc4ea5ce0026f (diff) | |
download | gcc-ae919886995835d3376c7c07df0728a7a83f4e73.tar.gz |
* c-lex.c (lang_init): Remove (recently moved here).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14602 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-lex.c')
-rw-r--r-- | gcc/c-lex.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c index c3c4d0e9d1c..586fc10356c 100644 --- a/gcc/c-lex.c +++ b/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 |