avoid sideffects from MkBigInt
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1524 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -229,6 +229,7 @@ read_int_overflow(const char *s, Int base, Int val)
|
||||
|
||||
mpz_init_set_str (new, s, base);
|
||||
t = Yap_MkBigIntTerm(new);
|
||||
mpz_clear(new);
|
||||
return t;
|
||||
#else
|
||||
/* try to scan it as a float */
|
||||
|
Reference in New Issue
Block a user