From 40365c9252501b4dddd256401ede3a20d95ec79a Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Fri, 1 Aug 1997 14:18:54 -0700 Subject: * c-lang.c (lang_init): Restore, but add #if !USE_CPPLIB. From-SVN: r14603 --- gcc/c-lang.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/c-lang.c') diff --git a/gcc/c-lang.c b/gcc/c-lang.c index 2e59e3a..cc1d298 100644 --- a/gcc/c-lang.c +++ b/gcc/c-lang.c @@ -37,10 +37,12 @@ lang_decode_option (p) 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 (), finput); +#endif } void -- cgit v1.1