for some reason, tabling codes likes using cp_ap == NULL for SLD complete goals.

This commit is contained in:
Vitor Santos Costa 2009-07-31 08:31:17 -05:00
parent 5327c8bfe7
commit 1fa608010a
1 changed files with 1 additions and 1 deletions

View File

@ -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 */