Skip to content

Commit 9ac7535

Browse files
committed
Logtalk warning about ground, re issue #908
1 parent 17d23c8 commit 9ac7535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unify.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ static bool unify_internal(query *q, cell *p1, pl_ctx p1_ctx, cell *p2, pl_ctx p
606606
}
607607

608608
if ((q->is_cyclic1 || q->is_cyclic2)) {
609-
if (depth > 12) {
609+
if (depth > 30) {
610610
//printf("*** OOPS %s %d\n", __FILE__, __LINE__);
611611
q->cycle_error++;
612612
return true;

0 commit comments

Comments
 (0)