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:
Alexandre Duret-Lutz 2018-05-24 17:52:42 +02:00
parent cc2c4615d0
commit 2e165f188d
10 changed files with 33 additions and 30 deletions

4
NEWS
View file

@ -26,8 +26,8 @@ New in spot 2.5.3.dev (not yet released)
- You can now specify to Spot the number of acceptance marks you
wish to use. This is a compile-time option, accessible through
option --with-nb-acc of the configure script. The default is
still 32, but this limit is no longer hardcoded.
option --enable-max-accsets of the configure script. The default
is still 32, but this limit is no longer hardcoded.
- Option "a" of print_dot(), for printing the acceptance condition,
is now enabled by default. Option "A", introduced in Spot 2.4,