for some reason, tabling codes likes using cp_ap == NULL for SLD complete goals.
This commit is contained in:
parent
5327c8bfe7
commit
1fa608010a
@ -881,7 +881,7 @@ Macros to check the limits of stacks
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef TABLING
|
#ifdef TABLING
|
||||||
#define TABLING_close_alt(CPTR) (CPTR)->cp_ap = TRUSTFAILCODE
|
#define TABLING_close_alt(CPTR) (CPTR)->cp_ap = NULL
|
||||||
#else
|
#else
|
||||||
#define TABLING_close_alt(CPTR)
|
#define TABLING_close_alt(CPTR)
|
||||||
#endif /* TABLING */
|
#endif /* TABLING */
|
||||||
|
Reference in New Issue
Block a user