diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-08 23:30:28 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-08 23:30:28 +0000 |
commit | 17fd67d573b01b34b2e14233dd320c3f1cc0f5ee (patch) | |
tree | 4c6f1001a285baef44ed1273a597720746493d2e /gcc/cp/spew.c | |
parent | 2a76539c93a40f7e7db890c3b52088bfd4658a77 (diff) | |
download | gcc-17fd67d573b01b34b2e14233dd320c3f1cc0f5ee.tar.gz |
* lex.c (finput): New variable.
(init_cpp_parse): Renamed from init_parse.
(init_parse): Handle !USE_CPPLIB. Call init_cpp_parse when finished.
(finish_parse): New function.
* cp-tree.h (init_lex, init_parse): Remove declarations.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19065 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/spew.c')
-rw-r--r-- | gcc/cp/spew.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/spew.c b/gcc/cp/spew.c index 08446792901..ceee4e66d13 100644 --- a/gcc/cp/spew.c +++ b/gcc/cp/spew.c @@ -69,7 +69,7 @@ static unsigned int yylex_ctr = 0; static int debug_yychar (); #endif -/* Initialize token_obstack. Called once, from init_lex. */ +/* Initialize token_obstack. Called once, from init_parse. */ void init_spew () |