3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-12-21 17:08:38 -08:00
parent f26662d079
commit 021bd8a994
3 changed files with 10 additions and 4 deletions

View file

@ -338,9 +338,8 @@ namespace smt {
}
void context::ensure_internalized(expr* e) {
if (!e_internalized(e)) {
if (!e_internalized(e))
internalize(e, false);
}
}
/**