Bug 26157 Solaris/Sun C 5.8: compilation of 2.8.0 and 2.7.3 fails

This commit is contained in:
Behdad Esfahbod 2010-02-25 17:11:14 -05:00
parent 2c93614ea0
commit 3cd1e673a9
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ struct _FcExprPage {
FcExprPage *next_page;
FcExpr *next;
FcExpr exprs[(1024 - 2/* two pointers */ - 2/* malloc overhead */) * sizeof (void *) / sizeof (FcExpr)];
FcExpr end[0];
FcExpr end[];
};
typedef enum _FcQual {