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

Diff for /src/usr.bin/yacc/skeleton.c between version 1.29 and 1.30

version 1.29, 2008/07/08 15:06:50 version 1.30, 2009/10/27 23:59:50
Line 33 
Line 33 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "@(#)skeleton.c  5.8 (Berkeley) 4/29/95";  
 #else  
 static char rcsid[] = "$NetBSD: skeleton.c,v 1.10 1996/03/25 00:36:18 mrg Exp $";  
 #endif  
 #endif /* not lint */  
   
 #include "defs.h"  #include "defs.h"
   
 /*  The definition of yysccsid in the banner should be replaced with    */  /*  The definition of yysccsid in the banner should be replaced with    */
Line 57 
Line 49 
   
 char *banner[] =  char *banner[] =
 {  {
     "#ifndef lint",  
     "/*static char yysccsid[] = \"from: @(#)yaccpar     1.9 (Berkeley) 02/21/93\";*/",  
     "static char yyrcsid[]",  
     "#if __GNUC__ >= 2",  
     "  __attribute__ ((unused))",  
     "#endif /* __GNUC__ >= 2 */",  
     "  = \"$OpenBSD$\";",  
     "#endif",  
     "#include <stdlib.h>",      "#include <stdlib.h>",
     "#include <string.h>",      "#include <string.h>",
     "#define YYBYACC 1",      "#define YYBYACC 1",

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30