hierarchy: Make is_recurrence() public

* NEWS: Declare it.
* spot/tl/hierarchy.cc: Remove static keyword and anonymous namespace.
* spot/tl/hierarchy.hh: Declare function.
This commit is contained in:
Alexandre GBAGUIDI AISSE 2017-07-28 10:57:25 +02:00
parent 8cf542644c
commit e59274b609
3 changed files with 30 additions and 23 deletions

3
NEWS
View file

@ -51,6 +51,9 @@ New in spot 2.4.0.dev (not yet released)
recognize more if the original language can not be expressed with
a co-Büchi acceptance condition.
- The function spot::is_recurrence() is now public. It checks if a formula
has the reccurence property.
Deprecation notices:
(These functions still work but compilers emit warnings.)