* src/tgbaparse/tgbaparse.yy: Remove a random character.

* src/tgba/formula2bdd.cc: Include cassert.
This commit is contained in:
Alexandre Duret-Lutz 2003-11-25 14:19:14 +00:00
parent 20289e4e7f
commit 6877f378bd
3 changed files with 7 additions and 1 deletions

View file

@ -106,7 +106,7 @@ cond_list:
{
$$ = new std::list<pair>;
}
| cond_list string§
| cond_list string
{
if (*$2 != "")
{