mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user