aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>1997-08-01 14:18:54 -0700
committerPer Bothner <bothner@gcc.gnu.org>1997-08-01 14:18:54 -0700
commit736c628948ebc328797127c1c7f757b3140b3545 (patch)
tree14e964457c4a8f80ec72b09c5c6397af1ca60095 /gcc/c-lex.c
parentdbbade744444d21dc6b8d370c095471d47b51654 (diff)
downloadgcc-736c628948ebc328797127c1c7f757b3140b3545.zip
gcc-736c628948ebc328797127c1c7f757b3140b3545.tar.gz
gcc-736c628948ebc328797127c1c7f757b3140b3545.tar.bz2
* c-lex.c (lang_init): Remove (recently moved here).
From-SVN: r14602
Diffstat (limited to 'gcc/c-lex.c')
-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 c3c4d0e..586fc10 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