aboutsummaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rw-r--r--support/ChangeLog4
-rw-r--r--support/dfa.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index 5a6c4342..fc3500a9 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,7 @@
+2020-07-29 Arnold D. Robbins <arnold@skeeve.com>
+
+ * dfa.h: Synced from GNULIB.
+
2020-07-26 Arnold D. Robbins <arnold@skeeve.com>
* cdefs.h, dfa.c, libc-config.h, localeinfo.c, localeinfo.h,
diff --git a/support/dfa.h b/support/dfa.h
index 80e8dbab..c5bff898 100644
--- a/support/dfa.h
+++ b/support/dfa.h
@@ -31,7 +31,7 @@ struct dfamust
bool exact;
bool begline;
bool endline;
- char *must;
+ char must[FLEXIBLE_ARRAY_MEMBER];
};
/* The dfa structure. It is completely opaque. */