aboutsummaryrefslogtreecommitdiffstats
path: root/custom.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-07-29 15:56:13 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-07-29 15:56:13 +0300
commit4964fa6b821bc7e6c9214019e24955169fd7d3be (patch)
treeeaf682246d314814740c0a61c248d7fd39af638b /custom.h
parent9ef797b31c4d9200774ce8e6040c0eb009c58518 (diff)
parent6922f06b21ad10c5bfd07ae22d149f700f761a67 (diff)
downloadegawk-4964fa6b821bc7e6c9214019e24955169fd7d3be.tar.gz
egawk-4964fa6b821bc7e6c9214019e24955169fd7d3be.tar.bz2
egawk-4964fa6b821bc7e6c9214019e24955169fd7d3be.zip
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'custom.h')
-rw-r--r--custom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/custom.h b/custom.h
index 61d339d5..aa0d7d61 100644
--- a/custom.h
+++ b/custom.h
@@ -99,5 +99,6 @@ typedef unsigned long long uint_fast64_t;
#else
# define _GL_ATTRIBUTE_PURE /* empty */
#endif
+#define FLEXIBLE_ARRAY_MEMBER 1
#include "mbsupport.h" /* defines stuff for DJGPP to fake MBS */