This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/H/rglobals.h

62 lines
443 B
C
Raw Normal View History

2011-03-23 16:45:47 +00:00
/* This file, rglobals.h, was generated automatically by "yap -L misc/buildheap"
please do not update, update misc/GLOBALS instead */
static void RestoreGlobal(void) {
#if THREADS
2011-03-23 16:45:47 +00:00
#endif
2011-03-23 16:45:47 +00:00
#if defined(YAPOR) || defined(THREADS)
2011-03-23 16:45:47 +00:00
REINIT_LOCK(Yap_BGL);
#endif
2011-03-23 16:45:47 +00:00
#ifdef THREADS
REINIT_LOCK(Yap_ThreadHandlesLock);
#endif
#if defined(YAPOR) || defined(TABLING)
2011-03-23 16:45:47 +00:00
#endif /* YAPOR || TABLING */
2011-03-23 16:45:47 +00:00
}