mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
doc: update variant usage
* doc/bison.texi, examples/variant.yy: Use "%define api.value.type variant", instead of "%define variant".
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
%skeleton "lalr1.cc"
|
||||
%defines
|
||||
%define api.token.constructor
|
||||
%define api.value.type variant
|
||||
%define parse.assert
|
||||
%define variant
|
||||
%locations
|
||||
|
||||
%code requires // *.hh
|
||||
|
||||
Reference in New Issue
Block a user