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
ff4f4ee4
Commit
ff4f4ee4
authored
Jul 25, 2017
by
Alexandre Duret-Lutz
Browse files
parseaut: use prop_universal() instead of prop_deterministic()
* spot/parseaut/parseaut.yy: Here.
parent
abe2c08b
Changes
1
Hide whitespace changes
Inline
Side-by-side
spot/parseaut/parseaut.yy
View file @
ff4f4ee4
...
...
@@ -2338,7 +2338,7 @@ static void fix_initial_state(result_& r)
static void fix_properties(result_& r)
{
r.aut_or_ks->prop_
deterministic
(r.deterministic);
r.aut_or_ks->prop_
universal
(r.deterministic);
// std::cerr << "fix det: " << r.deterministic << '\n';
// std::cerr << "fix complete: " << r.complete << '\n';
r.aut_or_ks->prop_complete(r.complete);
...
...
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