From 1fa608010a161290daf78e075417aafe34ef2bd2 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Fri, 31 Jul 2009 08:31:17 -0500 Subject: [PATCH] for some reason, tabling codes likes using cp_ap == NULL for SLD complete goals. --- H/absmi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/H/absmi.h b/H/absmi.h index 8acd482d7..3a1bbb1a9 100644 --- a/H/absmi.h +++ b/H/absmi.h @@ -881,7 +881,7 @@ Macros to check the limits of stacks #endif #ifdef TABLING -#define TABLING_close_alt(CPTR) (CPTR)->cp_ap = TRUSTFAILCODE +#define TABLING_close_alt(CPTR) (CPTR)->cp_ap = NULL #else #define TABLING_close_alt(CPTR) #endif /* TABLING */