do not use non-standard anonymous structs
For #214, as observed by Thibaud Michaud. * spot/twa/acc.hh: Name the anonymous struct. * spot/twa/acc.hh, spot/twa/acc.cc, spot/parseaut/parseaut.yy, spot/twaalgos/dtwasat.cc, spot/twaalgos/remfin.cc, spot/twaalgos/sepsets.cc, spot/twaalgos/totgba.cc: Adjust all usages. * NEWS: Mention the renaming.
This commit is contained in:
parent
954b9d2074
commit
70c70a63a3
8 changed files with 169 additions and 157 deletions
6
NEWS
6
NEWS
|
|
@ -14,6 +14,12 @@ New in spot 2.3.0.dev (not yet released)
|
|||
- spot::ltsmin_model::kripke() forgot to register the "dead"
|
||||
proposition.
|
||||
|
||||
- The spot::acc_word type (used to construct acceptance condition)
|
||||
was using some non-standard anonymous struct. It is unlikely that
|
||||
this type was actually used outside Spot, but if you do use it,
|
||||
spot::acc_word::op and spot::acc_word::type had to be renamed as
|
||||
spot::acc_word::sub.op and spot::acc_word::sub.type.
|
||||
|
||||
New in spot 2.3 (2017-01-19)
|
||||
|
||||
Build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue