spot/src
Alexandre Duret-Lutz 1cdfea31b0 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,
not their addresses.
* src/ltlast/multop.cc (add_sorted): New function.
(add): Use it.
* src/ltltest/equals.cc, src/ltltest/tostring.cc: Compare
pointers instead of calling equal.
* src/ltlvisit/equals.cc, src/ltlvisit/equals.hh: Delete.
* src/ltlvisit/Makefile.am (libltlvisit_la_SOURCES): Remove
equals.cc and equals.hh.
* wrap/spot.i: Do not include equals.hh.
2003-05-16 07:39:41 +00:00
..
ltlast Check trivial multop equality at build time. The makes the 2003-05-16 07:39:41 +00:00
ltlenv Massage the AST so that identical sub-formula share the same 2003-05-15 13:39:39 +00:00
ltlparse Implements spot::ltl::destroy() and exercise it. 2003-05-15 18:06:54 +00:00
ltltest Check trivial multop equality at build time. The makes the 2003-05-16 07:39:41 +00:00
ltlvisit Check trivial multop equality at build time. The makes the 2003-05-16 07:39:41 +00:00
misc * HACKING, Makefile.am, configure.ac, m4/gccwarn.m4, 2003-04-15 10:55:16 +00:00
.cvsignore * src/ltlvisit/Makefile.am (lib_LTLIBRARIES): Rename as ... 2003-04-30 12:46:12 +00:00
Makefile.am * src/ltlvisit/Makefile.am (lib_LTLIBRARIES): Rename as ... 2003-04-30 12:46:12 +00:00