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

Diff for /src/usr.bin/yacc/lr0.c between version 1.15 and 1.16

version 1.15, 2014/01/08 22:36:37 version 1.16, 2014/01/13 23:14:17
Line 44 
Line 44 
 shifts *first_shift;  shifts *first_shift;
 reductions *first_reduction;  reductions *first_reduction;
   
 int get_state(int);  short get_state(int);
 core *new_state(int);  core *new_state(int);
   
 void allocate_itemsets(void);  void allocate_itemsets(void);
Line 197 
Line 197 
   
   
   
 int  short
 get_state(int symbol)  get_state(int symbol)
 {  {
     int key;      int key;

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16