mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
broke dependency between components that need initialization and memory_manager
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
570147e326
commit
ed5d154f78
7 changed files with 103 additions and 14 deletions
|
@ -98,6 +98,9 @@ private:
|
|||
};
|
||||
|
||||
void finalize_debug();
|
||||
/*
|
||||
ADD_FINALIZER('finalize_debug();')
|
||||
*/
|
||||
|
||||
#endif /* _DEBUG_H_ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue