* src/ltlvisit/dump.hh (dump): Take a formula* as argument,
not a formula&. This is more homogeneous. * src/ltlvisit/dump.cc (dump): Likewise. * src/ltlvisit/dotty.hh (dotty): Likewise. * src/ltlvisit/dotty.cc (dotty): Likewise. * src/ltlvisit/tostring.hh (to_string): Likewise. * src/ltlvisit/tostring.cc (to_string): Likewise. * src/ltltest/readltl.cc, src/ltltest/equals.cc, src/ltltest/tostring.cc: Adjust usage.
This commit is contained in:
parent
35f77be6c7
commit
7685d3a5b8
10 changed files with 70 additions and 63 deletions
12
ChangeLog
12
ChangeLog
|
|
@ -1,9 +1,19 @@
|
|||
2003-05-16 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
||||
|
||||
* src/ltlvisit/dump.hh (dump): Take a formula* as argument,
|
||||
not a formula&. This is more homogeneous.
|
||||
* src/ltlvisit/dump.cc (dump): Likewise.
|
||||
* src/ltlvisit/dotty.hh (dotty): Likewise.
|
||||
* src/ltlvisit/dotty.cc (dotty): Likewise.
|
||||
* src/ltlvisit/tostring.hh (to_string): Likewise.
|
||||
* src/ltlvisit/tostring.cc (to_string): Likewise.
|
||||
* src/ltltest/readltl.cc, src/ltltest/equals.cc,
|
||||
src/ltltest/tostring.cc: Adjust usage.
|
||||
|
||||
Check trivial multop equality at build time. The makes the
|
||||
equal visitor useless, since two equals formulae will now
|
||||
share the same address.
|
||||
|
||||
|
||||
* src/ltlast/multop.hh (add_sorted): New function.
|
||||
(paircmp): New comparison functor.
|
||||
(map): Use paircmp, we want to compare the vectors' contents,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue