fix compilation without GMP

This commit is contained in:
Vitor Santos Costa 2013-11-05 17:12:05 +00:00
parent f2b90a1bb0
commit 72bc04e63d

View File

@ -42,6 +42,9 @@
#define Int_MIN (-Int_MAX-(CELL)1)
#endif
#define PLMAXINT Int_MAX
#define PLMININT Int_MIN
typedef enum {
op_pi,
op_e,