mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +00:00
use quotes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c0e378b045
commit
9149048f34
|
@ -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…
Reference in a new issue