Next: Token Kind Names, Up: Bison Declarations [Contents][Index]
You may require the minimum version of Bison to process the grammar. If
the requirement is not met, bison
exits with an error (exit
status 63).
%require "version"
Some deprecated behaviors are disabled for some required version:
"3.2"
(or better)The C++ deprecated files position.hh and stack.hh are no longer generated.