gallium: Portability fixes.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Thu, 31 Jan 2008 05:26:39 +0000 (14:26 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Thu, 31 Jan 2008 09:25:05 +0000 (18:25 +0900)
src/mesa/pipe/pipebuffer/pb_bufmgr_mm.c

index a2657da..b6af7cd 100644 (file)
@@ -367,7 +367,7 @@ struct mm_pb_manager
 };
 
 
-static inline struct mm_pb_manager *
+static INLINE struct mm_pb_manager *
 mm_pb_manager(struct pb_manager *mgr)
 {
    assert(mgr);
@@ -385,7 +385,7 @@ struct mm_buffer
 };
 
 
-static inline struct mm_buffer *
+static INLINE struct mm_buffer *
 mm_buffer(struct pb_buffer *buf)
 {
    assert(buf);