--- rcsy.y 2001/11/30 11:05:20 1.2 +++ rcsy.y 2002/01/01 21:03:23 1.3 @@ -20,6 +20,8 @@ */ %{ +#define YYERROR_VERBOSE 1 + #include #include #include @@ -114,7 +116,6 @@ * numbers can vary. */ } - | error { yyerror("Parse error in RCS file"); } ; admin : tHEAD orev ';'