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
c0362656
Commit
c0362656
authored
Nov 03, 2003
by
Alexandre Duret-Lutz
Browse files
* iface/gspn/eesrg.cc
(tgba_gspn_eesrg_private_::tgba_gspn_eesrg_private_): Show prop_index() argument on error.
parent
747a4439
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
c0362656
2003-11-03 Alexandre Duret-Lutz <adl@src.lip6.fr>
* iface/gspn/eesrg.cc
(tgba_gspn_eesrg_private_::tgba_gspn_eesrg_private_): Show prop_index()
argument on error.
* src/ltlparse/Makefile.am ($(FROM_LTLPARSE_YY_MAIN)): cd into
$(srcdir) before running bison, so that bison does not put
absolute filenames in generated files.
...
...
iface/gspn/eesrg.cc
View file @
c0362656
...
...
@@ -119,7 +119,7 @@ namespace spot
AtomicProp
index
;
int
err
=
prop_index
(
i
->
first
.
c_str
(),
&
index
);
if
(
err
)
throw
gspn_exeption
(
"prop_index()"
,
err
);
throw
gspn_exeption
(
"prop_index(
"
+
i
->
first
+
"
)"
,
err
);
prop_dict
[
var
]
=
index
;
...
...
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