[BACK]Return to mkpar.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / yacc

Diff for /src/usr.bin/yacc/mkpar.c between version 1.7 and 1.8

version 1.7, 2001/11/19 19:02:18 version 1.8, 2002/02/16 21:28:00
Line 67 
Line 67 
 extern action *add_reductions();  extern action *add_reductions();
 extern action *add_reduce();  extern action *add_reduce();
   
 int sole_reduction __P((int));  int sole_reduction(int);
 void free_action_row __P((action *));  void free_action_row(action *);
   
 void find_final_state __P((void));  void find_final_state(void);
 void unused_rules __P((void));  void unused_rules(void);
 void remove_conflicts __P((void));  void remove_conflicts(void);
 void total_conflicts __P((void));  void total_conflicts(void);
 void defreds __P((void));  void defreds(void);
   
   
 void  void

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