Mesa (master): gallium/util: s/inline/INLINE/

Vinson Lee vlee at kemper.freedesktop.org
Fri Apr 2 01:50:53 UTC 2010


Module: Mesa
Branch: master
Commit: 87275e8fab51a906903e676f8f1762afe096aeb0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=87275e8fab51a906903e676f8f1762afe096aeb0

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Apr  1 18:49:54 2010 -0700

gallium/util: s/inline/INLINE/

Fixes MSVC build.

---

 src/gallium/auxiliary/util/u_inline_init.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/util/u_inline_init.h b/src/gallium/auxiliary/util/u_inline_init.h
index 7f2c591..2a1e775 100644
--- a/src/gallium/auxiliary/util/u_inline_init.h
+++ b/src/gallium/auxiliary/util/u_inline_init.h
@@ -4,7 +4,7 @@
 #define UTIL_INLINE_INIT(m) \
    extern boolean m##_inited; \
    extern void m##_do_init(void); \
-   static inline void m##_init(void) \
+   static INLINE void m##_init(void) \
    { \
       if(!m##_inited) { \
          m##_do_init(); \




More information about the mesa-commit mailing list