comparison 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
comparison
equal deleted inserted replaced
18972:19cb2530c16b 18976:dcb260e7a648
129 // The grammar currently has 14 shift/reduce conflicts. Ensure that 129 // The grammar currently has 14 shift/reduce conflicts. Ensure that
130 // we notice if that number changes. 130 // we notice if that number changes.
131 131
132 %expect 14 132 %expect 14
133 133
134 // Don't add spaces around the = here; it causes some versions of 134 %API_PREFIX_DECL%
135 // bison to fail to properly recognize the directive.
136
137 %name-prefix="octave_"
138 135
139 // We are using the pure parser interface and the reentrant lexer 136 // We are using the pure parser interface and the reentrant lexer
140 // interface but the Octave parser and lexer are NOT properly 137 // interface but the Octave parser and lexer are NOT properly
141 // reentrant because both still use many global variables. It should be 138 // reentrant because both still use many global variables. It should be
142 // safe to create a parser object and call it while anotehr parser 139 // safe to create a parser object and call it while anotehr parser