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