mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 02:33:03 +00:00
examples: don't generate the position/stack files
* examples/variant-11.yy, examples/variant.yy: Require 3.2.
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
%require "3.2"
|
||||||
%debug
|
%debug
|
||||||
%language "c++"
|
%language "c++"
|
||||||
%define api.token.constructor
|
%define api.token.constructor
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
%require "3.2"
|
||||||
%debug
|
%debug
|
||||||
%language "c++"
|
%language "c++"
|
||||||
%define api.token.constructor
|
%define api.token.constructor
|
||||||
|
|||||||
Reference in New Issue
Block a user