projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
736c628
)
* c-lang.c (lang_init): Restore, but add #if !USE_CPPLIB.
author
Per Bothner
<bothner@gcc.gnu.org>
Fri, 1 Aug 1997 21:18:54 +0000
(14:18 -0700)
committer
Per Bothner
<bothner@gcc.gnu.org>
Fri, 1 Aug 1997 21:18:54 +0000
(14:18 -0700)
From-SVN: r14603
gcc/c-lang.c
patch
|
blob
|
history
diff --git
a/gcc/c-lang.c
b/gcc/c-lang.c
index 2e59e3a15cb7fa627ba2e0b55d5aac9c47d9a0de..cc1d298afd065787430bcdb1f51749547f49c8cd 100644
(file)
--- 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