diff --git a/C/arith1.c b/C/arith1.c index cfc5dd28e..694227d65 100644 --- a/C/arith1.c +++ b/C/arith1.c @@ -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();