diff options
Diffstat (limited to 'custom.h')
-rw-r--r-- | custom.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -106,5 +106,10 @@ typedef unsigned long long uint_fast64_t; # define _GL_ATTRIBUTE_PURE /* empty */ #endif #define FLEXIBLE_ARRAY_MEMBER 1 +#define xreallocarray xnrealloc +#define xizalloc xzalloc +#define xicalloc xcalloc +#define xirealloc xrealloc +#define ximalloc xmalloc #include "mbsupport.h" /* defines stuff for DJGPP to fake MBS */ |