tabling would set ap=NULL on producers and SLD nodes. Set SLD trusted nodes to TRUST_FAIL.

This commit is contained in:
Costa Vitor 2009-07-24 15:08:07 -05:00
parent 59e0f71a7d
commit 93c6e65b7e

View File

@ -881,7 +881,7 @@ Macros to check the limits of stacks
#endif
#ifdef TABLING
#define TABLING_close_alt(CPTR) (CPTR)->cp_ap = NULL
#define TABLING_close_alt(CPTR) (CPTR)->cp_ap = TRUSTFAILCODE
#else
#define TABLING_close_alt(CPTR)
#endif /* TABLING */