* src/kernel.c (bdd_default_errhandler): Call abort(), not exit(1).

This commit is contained in:
Alexandre Duret-Lutz 2003-05-12 09:30:18 +00:00
parent 7fdc763c1f
commit a49c69555e
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2003-05-12 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* src/kernel.c (bdd_default_errhandler): Call abort(), not exit(1).
2003-05-07 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* src/bddop.c (bdd_allsat): Fix description.