$NetBSD: patch-ac,v 1.3 2005/10/28 03:53:34 itohy Exp $ --- src/format/data.h.orig Sun Sep 28 05:31:46 2003 +++ src/format/data.h Fri Oct 28 11:17:57 2005 @@ -50,7 +50,11 @@ typedef struct { unsigned wordCount; - unsigned words[]; /* Alloc more here to size `wordCount' */ + unsigned words[ +#if defined(__GNUC__) && __GNUC__ <= 2 + 0 +#endif + ]; /* Alloc more here to size `wordCount' */ } FormatData;