aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Bothner <bothner@cygnus.com>1997-08-01 21:18:54 +0000
committerPer Bothner <bothner@cygnus.com>1997-08-01 21:18:54 +0000
commit1aec3b5312453ebbe7dd0e886b8e49eb80826e3a (patch)
tree14e964457c4a8f80ec72b09c5c6397af1ca60095
parentb5137e7fc6934333338e94e8a1c6c7340992c9c9 (diff)
* c-lex.c (lang_init): Remove (recently moved here).
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14602 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/c-lex.c11
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