mirror of
https://github.com/Z3Prover/z3
synced 2025-06-13 01:16:15 +00:00
try string in pragma
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
42c9394c6d
commit
5ba814b14f
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ bool is_threaded();
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#define DO_PRAGMA(x) __pragma(x)
|
#define DO_PRAGMA(x) __pragma(x)
|
||||||
#else
|
#else
|
||||||
#define DO_PRAGMA(x) _Pragma((x))
|
#define DO_PRAGMA(x) _Pragma(#x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _NO_OMP_
|
#ifdef _NO_OMP_
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue