rename SPOT_NB_ACC to SPOT_MAX_ACCSETS
* NEWS, bin/autcross.cc, bin/autfilt.cc, bin/ltlcross.cc, configure.ac, spot/parseaut/parseaut.yy, spot/twa/acc.cc, spot/twa/acc.hh, tests/core/acc.cc, .gitlab-ci.yml: Here.
This commit is contained in:
parent
cc2c4615d0
commit
2e165f188d
10 changed files with 33 additions and 30 deletions
|
|
@ -772,7 +772,7 @@ header-item: "States:" INT
|
|||
"acceptance condition...");
|
||||
error(res.accset_loc, "... previously defined here.");
|
||||
}
|
||||
else if ($2 > SPOT_NB_ACC)
|
||||
else if ($2 > SPOT_MAX_ACCSETS)
|
||||
{
|
||||
error(@1 + @2,
|
||||
"this implementation cannot support such a large "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue