Remove unnecessary compatibility macro. (We were only printing, not parsing,
intmax_t.)
This commit is contained in:
parent
11e3dcb669
commit
8dcb75fc8d
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user