[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.8 and 1.9

version 1.8, 2003/06/19 16:34:53 version 1.9, 2009/10/27 23:59:50
Line 33 
Line 33 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "@(#)lr0.c       5.3 (Berkeley) 1/20/91";  
 #else  
 static char rcsid[] = "$OpenBSD$";  
 #endif  
 #endif /* not lint */  
   
 #include "defs.h"  #include "defs.h"
   
 extern short *itemset;  extern short *itemset;

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