* c-lang.c (lang_init): Restore, but add #if !USE_CPPLIB.
authorPer Bothner <bothner@gcc.gnu.org>
Fri, 1 Aug 1997 21:18:54 +0000 (14:18 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Fri, 1 Aug 1997 21:18:54 +0000 (14:18 -0700)
From-SVN: r14603

gcc/c-lang.c

index 2e59e3a15cb7fa627ba2e0b55d5aac9c47d9a0de..cc1d298afd065787430bcdb1f51749547f49c8cd 100644 (file)
@@ -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