--- a2ps-4.13/src/parsessh.y.bison 2004-01-06 10:27:42.352903527 +0000 +++ a2ps-4.13/src/parsessh.y 2004-01-06 10:28:14.328105348 +0000 @@ -242,7 +242,7 @@ /* Dealing with the inessential informations */ /************************************************************************/ requirement : - tREQUIRES tA2PS tSTRING { $$ = $3 ; } ; + tREQUIRES tA2PS tSTRING { $$ = $3 ; } | tREQUIRES tA2PS tVERSION tSTRING { $$ = $4 ; } ; documentation : @@ -267,7 +267,7 @@ authors : tWRITTEN tBY tSTRING { $$ = $3 ; }; version : - tVERSION tIS tSTRING { $$ = $3 ; }; + tVERSION tIS tSTRING { $$ = $3 ; } | tVERSION tSTRING { $$ = $2 ; }; /************************************************************************/ @@ -717,7 +717,7 @@ /* Only one */ $$ = words_new ("Closing: Strings", "Closing: Regexps", 2, 2); words_add_regex ($$, $1); - }; + } | tCLOSERS operators_def tCLOSERS { /* Several, comma separated, between () */