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/dglobals.h

65 lines
1.3 KiB
C
Raw Normal View History

2011-03-23 16:45:47 +00:00
/* This file, dglobals.h, was generated automatically by "yap -L misc/buildheap"
please do not update, update misc/GLOBALS instead */
#if THREADS
2011-03-29 18:19:18 +01:00
#define Yap_NOfThreads Yap_global->n_of_threads
2011-03-23 16:45:47 +00:00
2011-03-29 18:19:18 +01:00
#define Yap_NOfThreadsCreated Yap_global->n_of_threads_created
2011-03-23 16:45:47 +00:00
2011-03-29 18:19:18 +01:00
#define Yap_ThreadsTotalTime Yap_global->threads_total_time
2011-03-23 16:45:47 +00:00
#endif
#if defined(YAPOR) || defined(THREADS)
2011-03-29 18:19:18 +01:00
#define Yap_BGL Yap_global->bgl
2011-03-23 16:45:47 +00:00
#endif
#define Yap_AllowLocalExpansion Yap_global->allow_local_expansion
#define Yap_AllowGlobalExpansion Yap_global->allow_global_expansion
#define Yap_AllowTrailExpansion Yap_global->allow_trail_expansion
2011-03-29 18:19:18 +01:00
#define Yap_SizeOfOverflow Yap_global->size_of_overflow
2011-03-23 16:45:47 +00:00
2011-03-29 18:19:18 +01:00
#define Yap_AGcLastCall Yap_global->agc_last_call
2011-03-23 16:45:47 +00:00
2011-03-29 18:19:18 +01:00
#define Yap_AGcThreshold Yap_global->agc_threshold
#define Yap_AGCHook Yap_global->agc_hook
2011-03-23 16:45:47 +00:00
#ifdef THREADS
2011-03-29 18:19:18 +01:00
#define Yap_ThreadHandlesLock Yap_global->thread_handles_lock
2011-03-23 16:45:47 +00:00
#endif
#if defined(YAPOR) || defined(TABLING)
2011-03-29 18:19:18 +01:00
#define Yap_optyap_data Yap_global->optyap_data
2011-03-23 16:45:47 +00:00
#define REMOTE Yap_global->remote
#endif
#define Yap_Initialised Yap_global->initialised
#define Yap_InitialisedFromPL Yap_global->initialised_from_pl
#define Yap_PL_Argc Yap_global->pl_argc
#define Yap_PL_Argv Yap_global->pl_argv
#define Yap_HaltHooks Yap_global->yap_halt_hook