mirror of
https://github.com/Z3Prover/z3
synced 2026-06-05 08:30:50 +00:00
fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fc792b645c
commit
a1d43f5fb9
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
/*++
|
/*++
|
||||||
Copyright (c) 2006 Microsoft Corporation
|
Copyright (c) 2006 Microsoft Corporation
|
||||||
|
|
||||||
|
|
@ -1708,6 +1709,7 @@ ast * ast_manager::register_node_core(ast * n) {
|
||||||
|
|
||||||
n->m_id = is_decl(n) ? m_decl_id_gen.mk() : m_expr_id_gen.mk();
|
n->m_id = is_decl(n) ? m_decl_id_gen.mk() : m_expr_id_gen.mk();
|
||||||
|
|
||||||
|
|
||||||
// TRACE(ast, tout << (s_count++) << " Object " << n->m_id << " was created.\n";);
|
// TRACE(ast, tout << (s_count++) << " Object " << n->m_id << " was created.\n";);
|
||||||
TRACE(mk_var_bug, tout << "mk_ast: " << n->m_id << "\n";);
|
TRACE(mk_var_bug, tout << "mk_ast: " << n->m_id << "\n";);
|
||||||
// increment reference counters
|
// increment reference counters
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue