]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcname.c
Portability fixes for HP-UX (reported by Christoph Bauer). Replace
[fontconfig.git] / src / fcname.c
index c6c187adef58aaecd1a5b9dd249744c0dee5471b..bc55d2cb9851d7ff2cab3da5efcbb6a9305435aa 100644 (file)
@@ -342,7 +342,7 @@ FcObjectNeededBytes ()
 int
 FcObjectNeededBytesAlign (void)
 {
-    return __alignof__ (int) + __alignof__ (char);
+    return fc_alignof (int) + fc_alignof (char);
 }
 
 void *