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

Diff for /src/usr.bin/yacc/output.c between version 1.14 and 1.15

version 1.14, 2005/06/10 16:40:45 version 1.15, 2009/10/27 23:59:50
Line 33 
Line 33 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "@(#)output.c    5.7 (Berkeley) 5/24/93";  
 #else  
 static char rcsid[] = "$OpenBSD$";  
 #endif  
 #endif /* not lint */  
   
 #include "defs.h"  #include "defs.h"
   
 static int nvectors;  static int nvectors;

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