mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 05:18:44 +00:00
fix build on CentOS
Signed-off-by: Nuno Lopes <nlopes@microsoft.com>
This commit is contained in:
parent
15e1c84592
commit
66e6e67395
|
@ -23,8 +23,8 @@ Revision History:
|
|||
std::ofstream tout(".z3-trace");
|
||||
#endif
|
||||
|
||||
bool g_enable_all_trace_tags = false;
|
||||
str_hashtable* g_enabled_trace_tags = 0;
|
||||
static bool g_enable_all_trace_tags = false;
|
||||
static str_hashtable* g_enabled_trace_tags = 0;
|
||||
|
||||
static str_hashtable& get_enabled_trace_tags() {
|
||||
if (!g_enabled_trace_tags) {
|
||||
|
|
Loading…
Reference in a new issue