* src/tgbaalgos/neverclaim.cc (never_claim_bfs::process_link):
Adjust prototype.
This commit is contained in:
parent
d60025dcd1
commit
9444d84a17
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
2004-11-04 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
2004-11-04 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
|
* src/tgbaalgos/neverclaim.cc (never_claim_bfs::process_link):
|
||||||
|
Adjust prototype.
|
||||||
|
|
||||||
* src/tgba/tgba.hh, src/tgba/tgba.cc
|
* src/tgba/tgba.hh, src/tgba/tgba.cc
|
||||||
(tgba::number_of_acceptance_conditions): New method.
|
(tgba::number_of_acceptance_conditions): New method.
|
||||||
* src/tgbaalgos/lbtt.cc (lbtt_bfs::lbtt_bfs): Use it.
|
* src/tgbaalgos/lbtt.cc (lbtt_bfs::lbtt_bfs): Use it.
|
||||||
|
|
|
||||||
|
|
@ -158,7 +158,8 @@ namespace spot
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
process_link(int in, int out, const tgba_succ_iterator* si)
|
process_link(const state*, int in, const state*, int out,
|
||||||
|
const tgba_succ_iterator* si)
|
||||||
{
|
{
|
||||||
if (in != accept_all_)
|
if (in != accept_all_)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue