[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.25 and 1.26

version 1.25, 2006/04/20 03:07:36 version 1.26, 2006/04/20 16:51:32
Line 127 
Line 127 
     "#endif",      "#endif",
     "#endif",      "#endif",
     "#define YYINITSTACKSIZE 200",      "#define YYINITSTACKSIZE 200",
     "/* LINTED YYDEBUG */",      "/* LINTUSED */",
     "int yydebug;",      "int yydebug;",
     "int yynerrs;",      "int yynerrs;",
     "int yyerrflag;",      "int yyerrflag;",

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26