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
a53706c8
Commit
a53706c8
authored
Nov 06, 2010
by
Alexandre Duret-Lutz
Browse files
* bench/emptchk/pml2tgba.pl: Adjust to work with Spin 5.2.5.
parent
b240bd82
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
a53706c8
2010-11-06 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* bench/emptchk/pml2tgba.pl: Adjust to work with Spin 5.2.5.
2010-10-07 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* configure.ac: Do not run CF_GXX_WARNINGS unless they are enabled.
...
...
bench/emptchk/pml2tgba.pl
View file @
a53706c8
...
...
@@ -117,7 +117,9 @@ my $model = shift @ARGV;
my
$model_size
=
`
wc -l <"
$model
"
`;
my
$neverstartline_spin517
=
3
+
$model_size
;
my
$neverstartline_spin520
=
4
+
$model_size
;
my
$neverstartline
=
"
(
$neverstartline_spin517
|
$neverstartline_spin520
)
";
my
$neverstartline_spin525
=
0
+
$model_size
;
my
$neverstartline
=
"
(
$neverstartline_spin517
|
$neverstartline_spin520
|
$neverstartline_spin525
)
";
# Create the automaton
open
NEVER
,
"
>never.$$
";
...
...
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