3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 03:07:07 +00:00

Remove spurious quote

This commit is contained in:
Arie Gurfinkel 2018-06-15 15:09:25 -07:00
parent 6e27ad42c8
commit 3ad1446597

View file

@ -196,7 +196,7 @@ bool is_threaded();
#define PRAGMA_LOCK __pragma(omp critical (verbose_lock))
#else
#define DO_PRAGMA(x) _Pragma(#x)
#define PRAGMA_LOCK _Pragma("omp critical (verbose_lock){)
#define PRAGMA_LOCK _Pragma(omp critical (verbose_lock){)
#endif
#ifdef _NO_OMP_