projects
/
fontconfig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c93614
)
Bug 26157 Solaris/Sun C 5.8: compilation of 2.8.0 and 2.7.3 fails
author
Behdad Esfahbod
<behdad@behdad.org>
Thu, 25 Feb 2010 22:11:14 +0000
(17:11 -0500)
committer
Behdad Esfahbod
<behdad@behdad.org>
Thu, 25 Feb 2010 22:11:14 +0000
(17:11 -0500)
src/fcint.h
patch
|
blob
|
history
diff --git
a/src/fcint.h
b/src/fcint.h
index 233b4c3023bf56a037aa750ed180e0eb61fe86fd..8e80d1e415266698678ab3c52a7e17f7a13d7af7 100644
(file)
--- a/
src/fcint.h
+++ b/
src/fcint.h
@@
-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 {