mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 12:53:38 +00:00
Merge branch 'master' of https://github.com/z3prover/z3
This commit is contained in:
commit
e350bf8a27
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ bool is_threaded();
|
||||||
#define PRAGMA_LOCK __pragma(omp critical (verbose_lock))
|
#define PRAGMA_LOCK __pragma(omp critical (verbose_lock))
|
||||||
#else
|
#else
|
||||||
#define DO_PRAGMA(x) _Pragma(#x)
|
#define DO_PRAGMA(x) _Pragma(#x)
|
||||||
#define PRAGMA_LOCK _Pragma("omp critical (verbose_lock){)
|
#define PRAGMA_LOCK _Pragma(omp critical (verbose_lock){)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _NO_OMP_
|
#ifdef _NO_OMP_
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue