1 2 3 4 5 6 7 8 9 10 11 12 13 14
diff --git a/src/arg_int.c b/src/arg_int.c index bc10012..ffcd408 100644 --- a/src/arg_int.c +++ b/src/arg_int.c @@ -33,6 +33,9 @@ USA. #include <ctype.h> /* local error codes */ +#ifdef EOVERFLOW +#undef EOVERFLOW +#endif enum {EMINCOUNT=1,EMAXCOUNT,EBADINT,EOVERFLOW}; static void resetfn(struct arg_int *parent)