isupport for improved SWI emulation

This commit is contained in:
Vítor Santos Costa 2010-06-23 11:48:10 +01:00
parent e350a938e6
commit f5b006a94b
1 changed files with 5 additions and 0 deletions

View File

@ -99,6 +99,11 @@ YAP_ULONG_LONG tot_gc_recovered TotGcRecovered =0L
Int last_gc_time LastGcTime =0L
Int last_ss_time LastSSTime =0L
Functor f_swi_stream FSWIStream =NULL
SWI_GetFunction swi_getc SWIGetc =NULL
SWI_PutFunction swi_putc SWIPutc =NULL
SWI_CloseFunction swi_close SWIClose =NULL
// global variables that cannot be global in a thread/or-p implementation
#if defined(YAPOR) || defined(THREADS)
lockvar signal_lock SignalLock MkLock