This commit is contained in:
Vitor Santos Costa 2016-07-31 04:42:47 -05:00
parent d922933898
commit 6a878d9568

View File

@ -463,7 +463,7 @@ p_cyclic( USES_REGS1 )
return rational_tree(t); return rational_tree(t);
} }
int Yap_IsAcyclicTerm(Term t) bool Yap_IsAcyclicTerm(Term t)
{ {
return !rational_tree(t); return !rational_tree(t);
} }