]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcint.h
SGI compilation fixes (reported by Christoph Bauer):
[fontconfig.git] / src / fcint.h
index 92e048eb15ab3636ad3cb806c521c01ea0bc100b..61a051731da8574954ba8610d660116d263f1811 100644 (file)
@@ -226,14 +226,14 @@ struct _FcCharSet {
     int                    num;        /* size of leaves and numbers arrays */
     int                    bank;
     union {
-       struct {
-           FcCharLeaf  **leaves;
-           FcChar16    *numbers;
-       } dyn;
        struct {
            int         leafidx_offset;
            int         numbers_offset;
        } stat;
+       struct {
+           FcCharLeaf  **leaves;
+           FcChar16    *numbers;
+       } dyn;
     } u;
 };