comparison libinterp/parse-tree/module.mk @ 18978:fe505ff21d5b

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Fri, 01 Aug 2014 14:08:05 -0400
parents dcb260e7a648 7761c281aac0
children
comparison
equal deleted inserted replaced
18976:dcb260e7a648 18978:fe505ff21d5b
89 mv $@-t $@ 89 mv $@-t $@
90 rm -f $@-t1 90 rm -f $@-t1
91 91
92 parse-tree/oct-parse.yy: parse-tree/oct-parse.in.yy 92 parse-tree/oct-parse.yy: parse-tree/oct-parse.in.yy
93 case "$(BISON_API_PREFIX_DECL_STYLE)" in \ 93 case "$(BISON_API_PREFIX_DECL_STYLE)" in \
94 *api*) api_prefix_decl='%define api.prefix "octave-"'; ;; \ 94 *api*) api_prefix_decl='%define api.prefix "octave_"'; ;; \
95 *name*) api_prefix_decl='%name-prefix="octave_"'; ;; \ 95 *name*) api_prefix_decl='%name-prefix="octave_"'; ;; \
96 esac; \ 96 esac; \
97 case "$(BISON_PUSH_PULL_DECL_STYLE)" in \ 97 case "$(BISON_PUSH_PULL_DECL_STYLE)" in \
98 *quote*) quote='"' ;; \ 98 *quote*) quote='"' ;; \
99 *) quote="" ;; \ 99 *) quote="" ;; \