mirror of
https://github.com/Z3Prover/z3
synced 2025-08-10 21:20:52 +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
|
@ -141,6 +141,10 @@ struct symbol_eq_proc {
|
|||
|
||||
void initialize_symbols();
|
||||
void finalize_symbols();
|
||||
/*
|
||||
ADD_INITIALIZER('initialize_symbols();')
|
||||
ADD_FINALIZER('finalize_symbols();')
|
||||
*/
|
||||
|
||||
// total order on symbols... I did not overloaded '<' to avoid misunderstandings.
|
||||
// numerical symbols are smaller than non numerical symbols.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue