]> git.wh0rd.org - fontconfig.git/blobdiff - src/fccharset.c
Portability fixes for HP-UX (reported by Christoph Bauer). Replace
[fontconfig.git] / src / fccharset.c
index 460789221e6b9d6f87aa40a473874584c5170166..d1a9d6ec6ad55bf1f963782abab25cdfcac1956c 100644 (file)
@@ -1335,8 +1335,8 @@ FcCharSetNeededBytes (const FcCharSet *c)
 int
 FcCharSetNeededBytesAlign (void)
 {
-    return __alignof__ (FcCharSet) + __alignof__ (int) + 
-       __alignof__ (FcCharLeaf) + __alignof__ (FcChar16);
+    return fc_alignof (FcCharSet) + fc_alignof (int) + 
+       fc_alignof (FcCharLeaf) + fc_alignof (FcChar16);
 }
 
 static FcBool