mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 00:33:03 +00:00
variant: fix the example.
* examples/variant.yy: Adjust to "assert" being now "parse.assert".
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
%debug
|
%debug
|
||||||
%skeleton "lalr1.cc"
|
%skeleton "lalr1.cc"
|
||||||
%defines
|
%defines
|
||||||
%define assert
|
%define parse.assert
|
||||||
%define variant
|
%define variant
|
||||||
%define lex_symbol
|
%define lex_symbol
|
||||||
%locations
|
%locations
|
||||||
|
|||||||
Reference in New Issue
Block a user