git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1522 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2006-01-18 06:02:02 +00:00
parent 54595ec094
commit 3f20b8d418
4 changed files with 8 additions and 4 deletions

View File

@@ -751,7 +751,7 @@ Yap_GetValue(Atom a)
}
#ifdef USE_GMP
else {
out = Yap_MkBigIntTerm(Yap_BigIntOfTerm(out));
out = Yap_MkBigIntTermCopy(Yap_BigIntOfTerm(out));
}
#endif
}