[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.10 and 1.11

version 1.10, 1998/09/08 04:21:08 version 1.11, 1998/11/17 06:13:43
Line 63 
Line 63 
 {  {
     "#ifndef lint",      "#ifndef lint",
     "/*static char yysccsid[] = \"from: @(#)yaccpar     1.9 (Berkeley) 02/21/93\";*/",      "/*static char yysccsid[] = \"from: @(#)yaccpar     1.9 (Berkeley) 02/21/93\";*/",
     "static char yyrcsid[] = \"$OpenBSD$\";",      "static char yyrcsid[]",
       "#if __GNUC__ == 2",
       "  __attribute__ ((unused))",
       "#endif /* __GNUC__ == 2 */",
       "  = \"$OpenBSD$\";",
     "#endif",      "#endif",
     "#include <stdlib.h>",      "#include <stdlib.h>",
     "#define YYBYACC 1",      "#define YYBYACC 1",

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11