*** empty log message ***

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1789 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2007-01-26 23:04:30 +00:00
parent 86e78952e0
commit 1583990b8f

View File

@ -197,7 +197,7 @@ p_uminus(Term t E_ARGS)
case long_int_e:
{
Int i = IntegerOfTerm(t);
fprintf(stderr,"%ld,%ld\n",i,Int_MIN);
#ifdef USE_GMP
if (i == Int_MIN) {
MP_INT *new = TMP_BIG();