This commit is contained in:
Vitor Santos Costa
2019-01-22 03:08:26 +00:00
parent 1c4e272b1d
commit c682058942
6 changed files with 18 additions and 10 deletions

View File

@@ -2134,7 +2134,7 @@ static void shortstack( choiceptr b_ptr, CELL * env_ptr , buf_struct_t *bufp) {
void DumpActiveGoals(USES_REGS1) {
/* try to dump active goals */
void *ep = YENV; /* and current environment */
void *cp;
void *cp ;
PredEntry *pe;
struct buf_struct_t buf0, *bufp = &buf0;