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
3f715216
Commit
3f715216
authored
Jun 20, 2017
by
Alexandre Duret-Lutz
Browse files
[buddy] fix handling of bdd_apply_biimp
* src/bddop.c: Fix shortcut.
parent
2dd134b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
buddy/src/bddop.c
View file @
3f715216
...
...
@@ -656,8 +656,8 @@ static BDD apply_rec(BDD l, BDD r)
l = r; \
r = tmp; \
} \
if (IS
C
ON
ST
(l)) \
return
0;
\
if (ISON
E
(l))
\
return
rec(r);
\
break; \
case bddop_less:
/* l < r = r - l */
\
{ \
...
...
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