aboutsummaryrefslogtreecommitdiff
path: root/fontconfig/src
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-05-10 11:23:10 +0200
committermarha <marha@users.sourceforge.net>2012-05-10 11:23:10 +0200
commit13a63d4f69c0692539448cb3d8e4a0e1ffdf2183 (patch)
tree17a9a3e6a44353fd016b1d0725141bdfc47c4021 /fontconfig/src
parent8a448108ec0bc3a0a488b2234e0d12aee503c67c (diff)
downloadvcxsrv-13a63d4f69c0692539448cb3d8e4a0e1ffdf2183.tar.gz
vcxsrv-13a63d4f69c0692539448cb3d8e4a0e1ffdf2183.tar.bz2
vcxsrv-13a63d4f69c0692539448cb3d8e4a0e1ffdf2183.zip
xserver fontconfig mesa git update 10 May 2012
Diffstat (limited to 'fontconfig/src')
-rw-r--r--fontconfig/src/fcarch.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fontconfig/src/fcarch.c b/fontconfig/src/fcarch.c
index 5fe7d97d8..44548fc1b 100644
--- a/fontconfig/src/fcarch.c
+++ b/fontconfig/src/fcarch.c
@@ -56,8 +56,6 @@ FC_ASSERT_STATIC (SIZEOF_VOID_P == sizeof (FcStrSet *));
FC_ASSERT_STATIC (SIZEOF_VOID_P == sizeof (FcCharLeaf **));
FC_ASSERT_STATIC (SIZEOF_VOID_P == sizeof (FcChar16 *));
-#define FC_MAX(a,b) ((a) > (b) ? (a) : (b))
-
FC_ASSERT_STATIC (0x08 + 1*FC_MAX(4,ALIGNOF_DOUBLE) == sizeof (FcValue));
FC_ASSERT_STATIC (0x00 + 2*SIZEOF_VOID_P == sizeof (FcPatternElt));
FC_ASSERT_STATIC (0x08 + 2*SIZEOF_VOID_P == sizeof (FcPattern));