mirror of
https://github.com/Z3Prover/z3
synced 2025-06-04 13:21:22 +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) {
|
||||
case ENTER:
|
||||
res = occurs_check_enter(app) || res;
|
||||
res = occurs_check_enter(app);
|
||||
break;
|
||||
|
||||
case EXIT:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue