parse.error: fix.

* data/bison.m4: Move code related to specific variables after the
	definition of the variable-maintaining macros so that we don't
	"invoke" b4_percent_define_check_values before it is defined.
This commit is contained in:
Akim Demaille
2009-06-29 14:41:13 +02:00
parent 2f5b478e4b
commit ad597a7877
2 changed files with 35 additions and 25 deletions

View File

@@ -1,3 +1,10 @@
2009-06-29 Akim Demaille <demaille@gostai.com>
parse.error: fix.
* data/bison.m4: Move code related to specific variables after the
definition of the variable-maintaining macros so that we don't
"invoke" b4_percent_define_check_values before it is defined.
2009-06-29 Akim Demaille <demaille@gostai.com>
variables: parse.error