* 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:
parent
e78ffdc462
commit
baa7a6f258
4 changed files with 11 additions and 1 deletions
|
|
@ -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>
|
2003-07-30 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
||||||
|
|
||||||
* iface/gspn/gspn.cc (tgba_gspn::format_state): Call gspn's
|
* iface/gspn/gspn.cc (tgba_gspn::format_state): Call gspn's
|
||||||
|
|
|
||||||
|
|
@ -1 +1,3 @@
|
||||||
|
if WITH_GSPN
|
||||||
SUBDIRS = gspn
|
SUBDIRS = gspn
|
||||||
|
endif
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
|
#include <cassert>
|
||||||
#include "magic.hh"
|
#include "magic.hh"
|
||||||
#include "tgba/bddprint.hh"
|
#include "tgba/bddprint.hh"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#include <cassert>
|
||||||
#include "reachiter.hh"
|
#include "reachiter.hh"
|
||||||
|
|
||||||
namespace spot
|
namespace spot
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue