a2ps/a2ps-4.13-bison.patch
cvsdist 606e58be97 auto-import changelog data from a2ps-4.13b-33.src.rpm
Fri Jan 16 2004 Tim Waugh <twaugh@redhat.com> 4.13b-33
- Post scriptlet requires sed, coreutils (bug #107322).
Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 4.13b-32
- Hebrew support (bug #113191).
Tue Jan 06 2004 Tim Waugh <twaugh@redhat.com> 4.13b-31
- Build requires gperf.
- Fix problems in .y file spotted by stricter bison.
- Fix reference to a2ps binary (bug #112930).
2004-09-09 02:52:53 +00:00

29 lines
965 B
Diff
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- 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 () */