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