change macros in misc/GLOBALS to GLOBAL_.
This commit is contained in:
@@ -49,11 +49,11 @@ static void RestoreGlobal(void) {
|
||||
|
||||
#if defined(YAPOR) || defined(THREADS)
|
||||
|
||||
REINIT_LOCK(Yap_BGL);
|
||||
REINIT_LOCK(GLOBAL_BGL);
|
||||
#endif
|
||||
|
||||
#ifdef THREADS
|
||||
REINIT_LOCK(Yap_ThreadHandlesLock);
|
||||
REINIT_LOCK(GLOBAL_ThreadHandlesLock);
|
||||
#endif
|
||||
#if defined(YAPOR) || defined(TABLING)
|
||||
|
||||
|
Reference in New Issue
Block a user