summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/pipebuffer
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-01-31 14:26:39 +0900
committerBen Skeggs <skeggsb@gmail.com>2008-02-15 13:50:27 +1100
commit526bed2b956d88e1b371b2e43402f8a160113497 (patch)
tree2275cb6a8032053f3fb137e19e25558517ee059d /src/mesa/pipe/pipebuffer
parente11bfc990708326faf3db3db12f7941a1a3c6e0f (diff)
gallium: Portability fixes.
Diffstat (limited to 'src/mesa/pipe/pipebuffer')
-rw-r--r--src/mesa/pipe/pipebuffer/pb_bufmgr_mm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/pipebuffer/pb_bufmgr_mm.c b/src/mesa/pipe/pipebuffer/pb_bufmgr_mm.c
index a2657dac59..b6af7cdedc 100644
--- a/src/mesa/pipe/pipebuffer/pb_bufmgr_mm.c
+++ b/src/mesa/pipe/pipebuffer/pb_bufmgr_mm.c
@@ -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);