Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
ea9ee5d5
Commit
ea9ee5d5
authored
Feb 11, 2006
by
Alexandre Duret-Lutz
Browse files
* src/tgbatest/ltl2tgba.cc: Pacify sanity.test.
parent
5891679c
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
ea9ee5d5
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).
...
...
src/tgbatest/ltl2tgba.cc
View file @
ea9ee5d5
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment