diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-06-30 21:46:50 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-06-30 21:46:50 +0300 |
commit | b3bfdb152de59cab66ee428a42bc2a7f6f97b636 (patch) | |
tree | c2fb49b170362f23736b1e720c7de9b512c0368c /custom.h | |
parent | b00eb107c4f72189c6a49823550413177e6bbb60 (diff) | |
download | egawk-b3bfdb152de59cab66ee428a42bc2a7f6f97b636.tar.gz egawk-b3bfdb152de59cab66ee428a42bc2a7f6f97b636.tar.bz2 egawk-b3bfdb152de59cab66ee428a42bc2a7f6f97b636.zip |
Update support files from GNULIB.
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 */ |