Commit Diff


commit - 493345d64141f0749040830345c805ac4ab19e52
commit + 5c38fd5f56d53ec2c71a4e29c234329704962b58
blob - 34456d00d18df159be3888f045d39b7d6a1e4732
blob + 7dbb9a998c541c7f46c706691247dfb3e41bddfd
--- parse.y
+++ parse.y
@@ -98,7 +98,7 @@ set		: TSET TSTRING '=' TSTRING	{ setvars($2, $4); }
 		;
 
 style		: TSTYLE TSTRING { current_style = $2; } stylespec ;
-stylespec	: styleopt | '{' styleopts '}' ;
+stylespec	: styleopt | '{' optnl styleopts '}' ;
 
 styleopts	: /* empty */
 		| styleopts styleopt optnl