*** 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:
parent
86e78952e0
commit
1583990b8f
@ -197,7 +197,7 @@ p_uminus(Term t E_ARGS)
|
|||||||
case long_int_e:
|
case long_int_e:
|
||||||
{
|
{
|
||||||
Int i = IntegerOfTerm(t);
|
Int i = IntegerOfTerm(t);
|
||||||
fprintf(stderr,"%ld,%ld\n",i,Int_MIN);
|
|
||||||
#ifdef USE_GMP
|
#ifdef USE_GMP
|
||||||
if (i == Int_MIN) {
|
if (i == Int_MIN) {
|
||||||
MP_INT *new = TMP_BIG();
|
MP_INT *new = TMP_BIG();
|
||||||
|
Reference in New Issue
Block a user