summaryrefslogtreecommitdiffstats
path: root/gcc/c-lang.c
diff options
context:
space:
mode:
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>1997-08-01 21:18:54 +0000
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>1997-08-01 21:18:54 +0000
commit72040ff64b5df5b92afc31cd755a6e9fb5a88203 (patch)
tree26f6304c6ba54befa384282a2e93359d8369bf52 /gcc/c-lang.c
parentae919886995835d3376c7c07df0728a7a83f4e73 (diff)
downloadppe42-gcc-72040ff64b5df5b92afc31cd755a6e9fb5a88203.tar.gz
ppe42-gcc-72040ff64b5df5b92afc31cd755a6e9fb5a88203.zip
* c-lang.c (lang_init): Restore, but add #if !USE_CPPLIB.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14603 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-lang.c')
-rw-r--r--gcc/c-lang.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/c-lang.c b/gcc/c-lang.c
index 2e59e3a15cb..cc1d298afd0 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
OpenPOWER on IntegriCloud