* src/ltlvisit/formlength.cc (length_form_vistor): Rename as ..

(length_visitor): ... this.
(form_length): Rename as ...
(length): ... this.
* src/ltlvisit/reducform.hh (form_length): Rename as ...
(length): ... this.
* src/ltltest/reduc.cc: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2004-05-25 13:08:33 +00:00
parent 92767ce9d2
commit e0ec45ed14
4 changed files with 19 additions and 11 deletions

View file

@ -75,7 +75,7 @@ namespace spot
bool is_universal(const formula* f);
/// Length of a formula.
int form_length(const formula* f);
int length(const formula* f);
/// Type the first node of a formula.
class node_type_form_visitor : public const_visitor