hide implementation of spot::acc_cond::mark_t

* bin/autcross.cc, bin/autfilt.cc, bin/ltlcross.cc,
  spot/parseaut/parseaut.yy: use SPOT_NB_ACC
* spot/twa/acc.hh: make implementation private
This commit is contained in:
Maximilien Colange 2018-05-23 00:18:17 +02:00
parent c6c085ab22
commit cde0977ef8
5 changed files with 33 additions and 22 deletions

View file

@ -772,7 +772,7 @@ header-item: "States:" INT
"acceptance condition...");
error(res.accset_loc, "... previously defined here.");
}
else if ($2 > 8 * sizeof(spot::acc_cond::mark_t::value_t))
else if ($2 > SPOT_NB_ACC)
{
error(@1 + @2,
"this implementation cannot support such a large "