зеркало из https://github.com/mozilla/gecko-dev.git
Patched the name JS_USE_ONLY_NSPR_LOCKS.
This commit is contained in:
Родитель
b9b6b51edd
Коммит
92dd15691d
|
@ -140,7 +140,7 @@ extern JSBool js_IsScopeLocked(JSScope *scope);
|
|||
JS_LOCK_RUNTIME_VOID(_rt, e); \
|
||||
PR_END_MACRO
|
||||
|
||||
#if defined(JS_ONLY_NSPR_LOCKS) || !(defined(_WIN32) || defined(SOLARIS) || defined(AIX))
|
||||
#if defined(JS_USE_ONLY_NSPR_LOCKS) || !(defined(_WIN32) || defined(SOLARIS) || defined(AIX))
|
||||
|
||||
#undef JS_LOCK0
|
||||
#undef JS_UNLOCK0
|
||||
|
|
Загрузка…
Ссылка в новой задаче