Remove unnecessary compatibility macro. (We were only printing, not parsing,

intmax_t.)
This commit is contained in:
Garrett Wollman 2002-10-27 04:14:08 +00:00
parent 11e3dcb669
commit 8dcb75fc8d

View File

@ -31,7 +31,6 @@
#ifdef STABLE
typedef long long intmax_t;
#define strtoimax(p, ep, radix) (strtoll((p), (ep), (radix)))
#define PRIdMAX "lld"
#else
#include <inttypes.h>