Fix printf specifiers on mac
This commit is contained in:
parent
72d2cad85e
commit
85ef4c7e04
@ -85,7 +85,7 @@ typedef struct {
|
||||
} quoted_t;
|
||||
#define quoted(s) ((quoted_t){s})
|
||||
|
||||
#ifdef __OpenBSD__
|
||||
#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
#define FMT64 "ll"
|
||||
#else
|
||||
#define FMT64 "l"
|
||||
|
Loading…
Reference in New Issue
Block a user