allow YAP to compile without GMP.

This commit is contained in:
Vitor Santos Costa 2009-03-27 15:32:22 +00:00
parent 4044684dea
commit a2b6c0c529

View File

@ -402,8 +402,8 @@ p_div(Term t1, Term t2) {
RERROR(); RERROR();
} }
case db_ref_e: case db_ref_e:
RERROR();
#endif #endif
RERROR();
} }
RERROR(); RERROR();
} }