mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 07:43:03 +00:00
Adjust to renamings.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/* Grammar reduction for Bison.
|
||||
Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||
|
||||
Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of Bison, the GNU Compiler Compiler.
|
||||
|
||||
@@ -25,6 +26,6 @@ void reduce_grammar (void);
|
||||
void reduce_output (FILE *out);
|
||||
void reduce_free (void);
|
||||
|
||||
extern symbol_number_t nuseless_nonterminals;
|
||||
extern rule_number_t nuseless_productions;
|
||||
extern symbol_number nuseless_nonterminals;
|
||||
extern rule_number nuseless_productions;
|
||||
#endif /* !REDUCE_H_ */
|
||||
|
||||
Reference in New Issue
Block a user