Skip to content

Commit f43d9d0

Browse files
authored
Z3_add_rec_def body is not a macro (#5963)
1 parent 4f4e9a9 commit f43d9d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/api_ast.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ extern "C" {
164164
return;
165165
}
166166
recfun_replace replace(m);
167-
p.set_definition(replace, pd, true, n, _vars.data(), abs_body);
167+
p.set_definition(replace, pd, false, n, _vars.data(), abs_body);
168168
Z3_CATCH;
169169
}
170170

0 commit comments

Comments
 (0)