aboutsummaryrefslogtreecommitdiffstats
path: root/custom.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-06-30 21:47:23 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-06-30 21:47:23 +0300
commit2659aaed1621d1ca8c1cf69b95b9a18be38c9d19 (patch)
tree4638e5a47a835ff5cc627488939df3942da713a6 /custom.h
parentd9221fdf029ff14cddf99ff717d7fb026c1ee9ef (diff)
parentb3bfdb152de59cab66ee428a42bc2a7f6f97b636 (diff)
downloadegawk-2659aaed1621d1ca8c1cf69b95b9a18be38c9d19.tar.gz
egawk-2659aaed1621d1ca8c1cf69b95b9a18be38c9d19.tar.bz2
egawk-2659aaed1621d1ca8c1cf69b95b9a18be38c9d19.zip
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'custom.h')
-rw-r--r--custom.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/custom.h b/custom.h
index 43fb11e6..da966d5e 100644
--- a/custom.h
+++ b/custom.h
@@ -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 */