pixman: Branch 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Wed Oct 29 18:14:10 PDT 2008


 pixman/pixman-private.h |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit b9e2dd783e34969aa7c41877b0aa49920788637b
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Wed Oct 29 18:13:59 2008 -0700

    Define force_inline for compilers other than gcc & MS Visual C

diff --git a/pixman/pixman-private.h b/pixman/pixman-private.h
index 76cfaa3..1380fa3 100644
--- a/pixman/pixman-private.h
+++ b/pixman/pixman-private.h
@@ -73,6 +73,10 @@
 #elif defined __GNUC__
 #   define inline __inline__
 #   define force_inline __inline__ __attribute__ ((__always_inline__))
+#else
+# ifndef force_inline
+#  define force_inline inline
+# endif
 #endif
 
 #define FB_SHIFT    5


More information about the xorg-commit mailing list