projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbbade7
)
* c-lex.c (lang_init): Remove (recently moved here).
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: r14602
gcc/c-lex.c
patch
|
blob
|
history
diff --git
a/gcc/c-lex.c
b/gcc/c-lex.c
index c3c4d0e9d1cb8a6c815c26b5e14f9ffe847629d1..586fc10356c47207246cf1440640e9190c95ed99 100644
(file)
--- 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
-}
\f
#ifdef HANDLE_SYSV_PRAGMA