* src/tgbaalgos/magic.cc, src/tgbaalgos/reachiter.cc: Include cassert.

* iface/Makefile.am (SUBDIRS): Recurse in gspn only if condition
WITH_GSPN.
This commit is contained in:
Alexandre Duret-Lutz 2003-07-31 11:47:21 +00:00
parent e78ffdc462
commit baa7a6f258
4 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2003-07-31 Alexandre Duret-Lutz <adl@gnu.org>
* src/tgbaalgos/magic.cc, src/tgbaalgos/reachiter.cc: Include cassert.
* iface/Makefile.am (SUBDIRS): Recurse in gspn only if condition
WITH_GSPN.
2003-07-30 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* iface/gspn/gspn.cc (tgba_gspn::format_state): Call gspn's

View file

@ -1 +1,3 @@
if WITH_GSPN
SUBDIRS = gspn
endif

View file

@ -1,4 +1,5 @@
#include <iterator>
#include <cassert>
#include "magic.hh"
#include "tgba/bddprint.hh"

View file

@ -1,3 +1,4 @@
#include <cassert>
#include "reachiter.hh"
namespace spot