From f5b006a94b1f27db377161a85c09453a815ad9d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Wed, 23 Jun 2010 11:48:10 +0100 Subject: [PATCH] isupport for improved SWI emulation --- misc/GLOBALS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/misc/GLOBALS b/misc/GLOBALS index 360412edc..efd11d81c 100644 --- a/misc/GLOBALS +++ b/misc/GLOBALS @@ -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