Skip to content
GitLab
Menu
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
373be36c
Commit
373be36c
authored
Feb 13, 2004
by
Alexandre Duret-Lutz
Browse files
* src/tgbatest/ltl2baw.pl (END): Ensure LTL2TGBA is always
closed.
parent
665216b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
373be36c
2004-02-13 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbatest/ltl2baw.pl (END): Ensure LTL2TGBA is always
closed.
2004-02-11 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbatest/ltl2tgba.cc (syntax): Recognize "-" as input
...
...
src/tgbatest/ltl2baw.pl
View file @
373be36c
...
...
@@ -96,6 +96,11 @@ else
open
(
LTL2TGBA
,
"
| ./ltl2tgba -T -X -
");
}
END
{
# This also waits for ltl2tgba's termination.
close
(
LTL2TGBA
)
||
die
"
error closing pipe to ltl2tgba
";
}
my
@args
=
dquote
@ARGV
;
open
(
LTL2BA
,
"
ltl2ba -d
@args
|
")
||
die
"
failed to run ltl2ba
";
...
...
@@ -203,7 +208,6 @@ else
print_state
(
$src
);
}
}
close
(
LTL2TGBA
)
### Setup "GNU" style for perl-mode and cperl-mode.
## Local Variables:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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