Update log.h

pull/22/head
SChernykh 2021-09-07 14:14:11 +02:00
parent 73c8b1294a
commit 7ea1913a9d
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ INT_ENTRY(uint16_t)
INT_ENTRY(uint32_t)
INT_ENTRY(uint64_t)
#ifdef __clang__
#ifdef __APPLE__
INT_ENTRY(long)
INT_ENTRY(unsigned long)
#endif