define ULLONG_MAX if not already defined
(cherry picked from commit 4110b9184d)
This commit is contained in:
@@ -43,6 +43,10 @@
|
||||
#include "gen-unix.h"
|
||||
#endif
|
||||
|
||||
#ifndef ULLONG_MAX
|
||||
#define ULLONG_MAX (~0ULL)
|
||||
#endif
|
||||
|
||||
#define INSIST(cond) \
|
||||
if (!(cond)) { \
|
||||
fprintf(stderr, "%s:%d: INSIST(%s)\n", \
|
||||
|
||||
Reference in New Issue
Block a user