mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove unnecessary compatibility macro. (We were only printing, not parsing,
intmax_t.)
This commit is contained in:
parent
11e3dcb669
commit
8dcb75fc8d
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Reference in a new issue