aboutsummaryrefslogtreecommitdiffstats
path: root/custom.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-07-29 15:55:27 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-07-29 15:55:27 +0300
commit6922f06b21ad10c5bfd07ae22d149f700f761a67 (patch)
treeeaf682246d314814740c0a61c248d7fd39af638b /custom.h
parent7b10924a0f6cc443742af2f032ddbafea1c62e4e (diff)
downloadegawk-6922f06b21ad10c5bfd07ae22d149f700f761a67.tar.gz
egawk-6922f06b21ad10c5bfd07ae22d149f700f761a67.tar.bz2
egawk-6922f06b21ad10c5bfd07ae22d149f700f761a67.zip
Update dfa.h and support flexible array member.
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 */