* src/muscle_tab.c (muscle_percent_define_flag_if): In order to

determine whether this function has already complained about an invalid
value for a %define boolean variable, don't check whether Bison has
ever examined the value.  As written, the check was a tautology.
Instead, record and check for this complaint using a separate muscle.
This commit is contained in:
Joel E. Denny
2007-07-29 01:17:40 +00:00
parent eb1b07409f
commit cbd5054909
2 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
2007-07-28 Joel E. Denny <jdenny@ces.clemson.edu>
* src/muscle_tab.c (muscle_percent_define_flag_if): In order to
determine whether this function has already complained about an invalid
value for a %define boolean variable, don't check whether Bison has
ever examined the value. As written, the check was a tautology.
Instead, record and check for this complaint using a separate muscle.
2007-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
Fix push parsing memory leak reported by Brandon Lucia at