Use "%define variant" in bench.pl.

* etc/bench.pl.in: No longer use the pseudo directive %variants,
	just use %define variants.
This commit is contained in:
Akim Demaille
2008-10-22 05:57:46 -05:00
parent ccde1f98b0
commit f6038cb8c3
3 changed files with 13 additions and 16 deletions

View File

@@ -58,7 +58,7 @@ typedef std::list<std::string> strings_type;
%%
result:
list { std::cout << $1 << std::endl; }
list { std::cout << $1 << std::endl; }
;
list: