diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-29 15:55:27 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-29 15:55:27 +0300 |
commit | 6922f06b21ad10c5bfd07ae22d149f700f761a67 (patch) | |
tree | eaf682246d314814740c0a61c248d7fd39af638b /custom.h | |
parent | 7b10924a0f6cc443742af2f032ddbafea1c62e4e (diff) | |
download | egawk-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |