compile without gmp

This commit is contained in:
Vítor Santos Costa
2010-06-01 01:07:36 +01:00
parent 247d59f0ef
commit ab84319604
2 changed files with 6 additions and 4 deletions

View File

@@ -207,7 +207,9 @@ eval1(Int fi, Term t) {
case double_e:
RFLOAT(-FloatOfTerm(t));
case big_int_e:
#ifdef USE_GMP
return Yap_gmp_neg_big(t);
#endif
default:
RERROR();
}