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
33652acd
Commit
33652acd
authored
Dec 18, 2008
by
Guillaume Sadegh
Committed by
Guillaume SADEGH
Dec 19, 2008
Browse files
Update to compile with GCC 4.4.0 (trunk).
parent
1d58493b
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
33652acd
2008-12-17 Guillaume SADEGH <sadegh@lrde.epita.fr>
Update to compile with GCC 4.4.0 (trunk).
* src/tgba/tgbabddconcrete.cc (tgba_bdd_concrete::succ_iter):
Rename `state' as `local_state'.
2008-12-11 Guillaume SADEGH <sadegh@lrde.epita.fr>
Update to compile with the Intel compiler.
...
...
src/tgba/tgbabddconcrete.cc
View file @
33652acd
...
...
@@ -92,11 +92,11 @@ namespace spot
}
tgba_succ_iterator_concrete
*
tgba_bdd_concrete
::
succ_iter
(
const
state
*
state
,
tgba_bdd_concrete
::
succ_iter
(
const
state
*
local_
state
,
const
state
*
global_state
,
const
tgba
*
global_automaton
)
const
{
const
state_bdd
*
s
=
dynamic_cast
<
const
state_bdd
*>
(
state
);
const
state_bdd
*
s
=
dynamic_cast
<
const
state_bdd
*>
(
local_
state
);
assert
(
s
);
bdd
succ_set
=
data_
.
relation
&
s
->
as_bdd
();
// If we are in a product, inject the local conditions of
...
...
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