diff libinterp/parse-tree/oct-parse.in.yy @ 18976:dcb260e7a648

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Fri, 01 Aug 2014 12:10:05 -0400
parents 09eb8a2ddb02 c59745865c7f
children
line wrap: on
line diff
--- a/libinterp/parse-tree/oct-parse.in.yy	Thu Jul 31 15:49:21 2014 +0200
+++ b/libinterp/parse-tree/oct-parse.in.yy	Fri Aug 01 12:10:05 2014 -0400
@@ -131,10 +131,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