mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
fix build on CentOS
Signed-off-by: Nuno Lopes <nlopes@microsoft.com>
This commit is contained in:
parent
15e1c84592
commit
66e6e67395
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue