Bug 26157 Solaris/Sun C 5.8: compilation of 2.8.0 and 2.7.3 fails
This commit is contained in:
parent
2c93614ea0
commit
3cd1e673a9
|
@ -253,7 +253,7 @@ struct _FcExprPage {
|
||||||
FcExprPage *next_page;
|
FcExprPage *next_page;
|
||||||
FcExpr *next;
|
FcExpr *next;
|
||||||
FcExpr exprs[(1024 - 2/* two pointers */ - 2/* malloc overhead */) * sizeof (void *) / sizeof (FcExpr)];
|
FcExpr exprs[(1024 - 2/* two pointers */ - 2/* malloc overhead */) * sizeof (void *) / sizeof (FcExpr)];
|
||||||
FcExpr end[0];
|
FcExpr end[];
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef enum _FcQual {
|
typedef enum _FcQual {
|
||||||
|
|
Loading…
Reference in New Issue