diff src/parse.y @ 2542:484977eb65ad

[project @ 1996-11-20 02:17:08 by jwe]
author jwe
date Wed, 20 Nov 1996 02:18:00 +0000
parents 987e934bbb8c
children 5c773d4745d6
line wrap: on
line diff
--- a/src/parse.y	Wed Nov 20 00:34:28 1996 +0000
+++ b/src/parse.y	Wed Nov 20 02:18:00 1996 +0000
@@ -569,11 +569,8 @@
 		  { $$ = new subplot_style ($2->text ()); }
 		| WITH STYLE expression
 		  { $$ = new subplot_style ($2->text (), $3); }
-		| WITH STYLE expression bogus_syntax expression
-		  { $$ = new subplot_style ($2->text (), $3, $5); }
-		;
-
-bogus_syntax	: // empty
+		| WITH STYLE expression expression
+		  { $$ = new subplot_style ($2->text (), $3, $4); }
 		;
 
 ans_expression	: expression