/[bison]/bison/src/reduce.h
ViewVC logotype

Diff of /bison/src/reduce.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by eggert, Mon Oct 21 05:30:50 2002 UTC revision 1.8 by eggert, Wed Dec 11 06:45:44 2002 UTC
# Line 1  Line 1 
1  /* Grammar reduction for Bison.  /* Grammar reduction for Bison.
2     Copyright (C) 2000, 2001, 2002  Free Software Foundation, Inc.  
3       Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
4    
5     This file is part of Bison, the GNU Compiler Compiler.     This file is part of Bison, the GNU Compiler Compiler.
6    
# Line 25  void reduce_grammar (void); Line 26  void reduce_grammar (void);
26  void reduce_output (FILE *out);  void reduce_output (FILE *out);
27  void reduce_free (void);  void reduce_free (void);
28    
29  extern symbol_number_t nuseless_nonterminals;  extern symbol_number nuseless_nonterminals;
30  extern rule_number_t nuseless_productions;  extern rule_number nuseless_productions;
31  #endif /* !REDUCE_H_ */  #endif /* !REDUCE_H_ */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26