fix GMP
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1522 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user