/[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.6 by akim, Sun Jun 30 17:31:19 2002 UTC revision 1.7 by eggert, Mon Oct 21 05:30:50 2002 UTC
# Line 21  Line 21 
21  #ifndef REDUCE_H_  #ifndef REDUCE_H_
22  # define REDUCE_H_  # define REDUCE_H_
23    
24  void reduce_grammar PARAMS ((void));  void reduce_grammar (void);
25  void reduce_output PARAMS ((FILE *out));  void reduce_output (FILE *out);
26  void reduce_free PARAMS ((void));  void reduce_free (void);
27    
28  extern symbol_number_t nuseless_nonterminals;  extern symbol_number_t nuseless_nonterminals;
29  extern rule_number_t nuseless_productions;  extern rule_number_t nuseless_productions;

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

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