From 736c628948ebc328797127c1c7f757b3140b3545 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Fri, 1 Aug 1997 14:18:54 -0700 Subject: [PATCH] * c-lex.c (lang_init): Remove (recently moved here). From-SVN: r14602 --- gcc/c-lex.c | 11 ----------- 1 file changed, 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 -- 2.30.2