diff libinterp/parse-tree/oct-parse.in.yy @ 18975:c59745865c7f gui-release

maint: Periodic merge of stable to gui-release.
author John W. Eaton <jwe@octave.org>
date Fri, 01 Aug 2014 09:06:21 -0400
parents 4cf930a64fad d8abf813c69f
children dcb260e7a648
line wrap: on
line diff
--- a/libinterp/parse-tree/oct-parse.in.yy	Wed Jul 30 07:02:41 2014 +0200
+++ b/libinterp/parse-tree/oct-parse.in.yy	Fri Aug 01 09:06:21 2014 -0400
@@ -129,10 +129,7 @@
 
 %expect 14
 
-// Don't add spaces around the = here; it causes some versions of
-// bison to fail to properly recognize the directive.
-
-%name-prefix="octave_"
+%API_PREFIX_DECL%
 
 // We are using the pure parser interface and the reentrant lexer
 // interface but the Octave parser and lexer are NOT properly