changeset 25638:9d3dc0cd7fea

fix errors in previous change * oct-parse.yy: Delete stray %API_PREFIX_DECL% marker. * acinclude.m4 (OCTAVE_PROG_BISON): Don't substitute unused BISON_API_PREFIX_DECL_SYLE variable.
author John W. Eaton <jwe@octave.org>
date Wed, 18 Jul 2018 14:23:01 -0400
parents e1c3d1c6e896
children 7644e7f1721f
files libinterp/parse-tree/oct-parse.yy m4/acinclude.m4
diffstat 2 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/parse-tree/oct-parse.yy	Wed Jul 18 13:31:48 2018 -0400
+++ b/libinterp/parse-tree/oct-parse.yy	Wed Jul 18 14:23:01 2018 -0400
@@ -116,8 +116,6 @@
 
 %expect 9
 
-%API_PREFIX_DECL%
-
 // We are using the pure parser interface and the reentrant lexer
 // interface but the Octave parser and lexer are NOT properly
 // reentrant because both still use many global variables.  It should be
--- a/m4/acinclude.m4	Wed Jul 18 13:31:48 2018 -0400
+++ b/m4/acinclude.m4	Wed Jul 18 14:23:01 2018 -0400
@@ -3182,8 +3182,6 @@
       ])
   fi
 
-  AC_SUBST(BISON_API_PREFIX_DECL_STYLE, $octave_cv_bison_api_prefix_decl_style)
-
   if test -z "$octave_cv_bison_api_prefix_decl_style" \
     || test "$octave_cv_bison_api_prefix_decl_style" != "api brace"; then
     tmp_have_bison=no