mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 05:18:44 +00:00
typo
This commit is contained in:
parent
ffbbf08d20
commit
891073d3fe
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue