[cairo-commit] src/cairo-mutex-private.h
Behdad Esfahbod
behdad at kemper.freedesktop.org
Mon Apr 30 19:37:53 PDT 2007
src/cairo-mutex-private.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree 6de0f2d15775a451ead2cc3e80530b7dc6b321a3 (from 3f297a0fccb01f4e10a093ddc44a25a937364447)
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Mon Apr 30 22:38:00 2007 -0400
[cairo-mutex] Fix CAIRO_MUTEX_FINALIZE definition to take parantheses
This was breaking build on some systems as reported by Adrian Johnson
on the list.
diff --git a/src/cairo-mutex-private.h b/src/cairo-mutex-private.h
index 85757a5..28c315d 100644
--- a/src/cairo-mutex-private.h
+++ b/src/cairo-mutex-private.h
@@ -152,7 +152,7 @@ CAIRO_BEGIN_DECLS
#else
# undef CAIRO_MUTEX_USE_GENERIC_INITIALIZATION
# ifndef CAIRO_MUTEX_FINALIZE
-# define CAIRO_MUTEX_FINALIZE CAIRO_MUTEX_NOOP
+# define CAIRO_MUTEX_FINALIZE() CAIRO_MUTEX_NOOP
# endif
#endif
More information about the cairo-commit
mailing list