mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 06:03:23 +00:00
chore(datatype): small fixes
This commit is contained in:
parent
bf6928fec0
commit
8fd2d8a636
1 changed files with 2 additions and 2 deletions
|
@ -511,7 +511,7 @@ namespace smt {
|
||||||
|
|
||||||
switch (op) {
|
switch (op) {
|
||||||
case ENTER:
|
case ENTER:
|
||||||
res = occurs_check_enter(app) || res;
|
res = occurs_check_enter(app);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case EXIT:
|
case EXIT:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue