Revert inlining of bdd_addref() and bdd_delref().

This reverts commit d462f50b59.

Conflicts:

	buddy/ChangeLog
This commit is contained in:
Alexandre Duret-Lutz 2010-01-22 15:55:08 +01:00
parent 9cbaae7b66
commit 0fe5403956
4 changed files with 142 additions and 163 deletions

View file

@ -12,16 +12,6 @@
* src/bddio.c (bdd_load): Check the return value of fscanf() to
kill a warning.
2009-12-09 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Inline bdd_addref() and bdd_delref() to speedup BDD operations.
* src/kernel.c, src/kernel.h (bdd_addref, bdd_delref): Move these
functions and there associated global variables...
* src/bdd.c (bdd_error): ... and this function ...
* src/bdd.h (bdd_addref, bdd_delref, bdd_error): ...here so that
they can be inlined.
2009-11-23 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Introduce bdd_satprefix, to speedup spot::minato().