diff --git a/H/eval.h b/H/eval.h index a11d585b9..46d1bcb45 100644 --- a/H/eval.h +++ b/H/eval.h @@ -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,