From: Akim Demaille Date: Tue, 14 Feb 2012 11:05:26 +0000 (+0100) Subject: variant: fix the example. X-Git-Tag: v2.7.90~532 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/72c12bfa1b675dff82689ace48d09f57b317db74 variant: fix the example. * examples/variant.yy: Adjust to "assert" being now "parse.assert". --- diff --git a/examples/variant.yy b/examples/variant.yy index ec06981f..39a57ba8 100644 --- a/examples/variant.yy +++ b/examples/variant.yy @@ -18,7 +18,7 @@ %debug %skeleton "lalr1.cc" %defines -%define assert +%define parse.assert %define variant %define lex_symbol %locations