From 17fd67d573b01b34b2e14233dd320c3f1cc0f5ee Mon Sep 17 00:00:00 2001 From: law Date: Wed, 8 Apr 1998 23:30:28 +0000 Subject: * 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 --- gcc/cp/spew.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cp/spew.c') 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 () -- cgit v1.2.1