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

Diff for /src/usr.bin/yacc/lalr.c between version 1.2 and 1.3

version 1.2, 1996/04/21 23:45:09 version 1.3, 1996/06/26 05:44:37
Line 1 
Line 1 
   /*      $OpenBSD$       */
 /*      $NetBSD: lalr.c,v 1.4 1996/03/19 03:21:33 jtc Exp $     */  /*      $NetBSD: lalr.c,v 1.4 1996/03/19 03:21:33 jtc Exp $     */
   
 /*  /*
Line 40 
Line 41 
 #if 0  #if 0
 static char sccsid[] = "@(#)lalr.c      5.3 (Berkeley) 6/1/90";  static char sccsid[] = "@(#)lalr.c      5.3 (Berkeley) 6/1/90";
 #else  #else
 static char rcsid[] = "$NetBSD: lalr.c,v 1.4 1996/03/19 03:21:33 jtc Exp $";  static char rcsid[] = "$OpenBSD$";
 #endif  #endif
 #endif /* not lint */  #endif /* not lint */
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3