From 8359341013932b289b89f6ce9b18316063516de2 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Tue, 16 Oct 2018 22:41:13 +0200 Subject: [PATCH] examples: don't generate the position/stack files * examples/variant-11.yy, examples/variant.yy: Require 3.2. --- examples/variant-11.yy | 1 + examples/variant.yy | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/variant-11.yy b/examples/variant-11.yy index c7fd66f9..b4281722 100644 --- a/examples/variant-11.yy +++ b/examples/variant-11.yy @@ -15,6 +15,7 @@ along with this program. If not, see . */ +%require "3.2" %debug %language "c++" %define api.token.constructor diff --git a/examples/variant.yy b/examples/variant.yy index 6df428da..b440fa6b 100644 --- a/examples/variant.yy +++ b/examples/variant.yy @@ -15,6 +15,7 @@ along with this program. If not, see . */ +%require "3.2" %debug %language "c++" %define api.token.constructor