* src/misc/bddalloc.cc (bdd_allocator::varnum): Suppress.

(bdd_allocator::bdd_allocator): Adjust.
(bdd_allocator::extvarnum): Always call bdd_varnum(), so that
it doesn't matter if the number of variable has been augmented
externally.
* src/misc/bddalloc.hh (bdd_allocator::varnum): Suppress.
This commit is contained in:
Alexandre Duret-Lutz 2004-05-17 13:17:13 +00:00
parent eccfdc6c1e
commit 7f1d5f597c
3 changed files with 12 additions and 6 deletions

View file

@ -44,7 +44,6 @@ namespace spot
using free_list::dump_free_list;
protected:
static bool initialized; ///< Whether the BDD library has been initialized.
static int varnum; ///< number of variables in use in the BDD library.
int lvarnum; ///< number of variables in use in this allocator.
private:
/// Require more variables.