diff --git a/C/grow.c b/C/grow.c index af0709313..d67f65dc7 100644 --- a/C/grow.c +++ b/C/grow.c @@ -31,6 +31,10 @@ #define strncat(s0,s1,sz) strcat(s0,s1) #endif +#if !COROUTINING +#define DelayTop() Yap_GlobalBase +#endif + static int heap_overflows = 0; static Int total_heap_overflow_time = 0;