* src/tgbatest/ltl2tgba.cc: Pacify sanity.test.

This commit is contained in:
Alexandre Duret-Lutz 2006-02-11 08:26:04 +00:00
parent 5891679ce0
commit ea9ee5d5c7
2 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2006-02-11 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbatest/ltl2tgba.cc: Pacify sanity.test.
2006-02-10 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaparse/public.hh (tgba_parse): Take two environments
@ -22,7 +26,7 @@
* m4/gspnlib.m4: Typo.
2006-02-05 Alexandre Duret-Lutz <adl@gnu.org>
2006-02-05 Alexandre Duret-Lutz <adl@src.lip6.fr>
* iface/gspn/ssp.cc: Pacify sanity.test.
@ -63,13 +67,13 @@
* wrap/python/cgi/ltl2tgba.in: Fix degeneralisation and output of
accepting runs.
2006-01-10 Alexandre Duret-Lutz <adl@gnu.org>
2006-01-10 Alexandre Duret-Lutz <adl@src.lip6.fr>
* wrap/python/spot.i: Wrap spot::emptiness_check_instantiator.
* wrap/python/cgi/ltl2tgba.in: Offers all 6 emptiness
check algorithms, and a text box for options.
2006-01-05 Alexandre Duret-Lutz <adl@gnu.org>
2006-01-05 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/ndfs_result.hxx (ndfs_result::construct_cycle):
Initialize tmp to suppress a GCC 4.0.1 warning (seen on Darwin).

View file

@ -473,7 +473,8 @@ main(int argc, char** argv)
{
spot::tgba_parse_error_list pel;
spot::tgba_explicit* e;
to_free = a = e = spot::tgba_parse(input, pel, dict, env, env, debug_opt);
to_free = a = e = spot::tgba_parse(input, pel, dict,
env, env, debug_opt);
if (spot::format_tgba_parse_errors(std::cerr, input, pel))
{
delete to_free;