mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
add macro for _Exit under WINDOWS
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b36f512879
commit
256c9d76d3
2 changed files with 3 additions and 0 deletions
|
@ -216,6 +216,8 @@ struct nnf::imp {
|
|||
m_cache_result(cache_res),
|
||||
m_spos(spos) {
|
||||
}
|
||||
//frame():m_curr(*(ast_manager*)(nullptr)) {
|
||||
//}
|
||||
};
|
||||
|
||||
// There are four caches:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue