3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 05:18:44 +00:00
This commit is contained in:
Christoph M. Wintersteiger 2015-05-22 12:01:10 +01:00
parent ffbbf08d20
commit 891073d3fe

View file

@ -27,7 +27,7 @@ Revision History:
typedef unsigned int mpn_digit;
class mpn_manager {
#ifndef _NO_OMP
#ifndef _NO_OMP_
omp_nest_lock_t m_lock;
#endif
#define MPN_BEGIN_CRITICAL() omp_set_nest_lock(&m_lock);