mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
typo
This commit is contained in:
parent
ffbbf08d20
commit
891073d3fe
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue