diff options
author | José Fonseca <[email protected]> | 2008-01-31 14:26:39 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-01-31 18:25:05 +0900 |
commit | 50d5f304ad9eba8fe95a6cedfc56cd7213b33fea (patch) | |
tree | b93e58c43378c3db0a5c8e04613745d1c37acc16 /src/mesa | |
parent | f4192cb4ca01c51dd2b8eaa6e17c1acbb4232e0c (diff) |
gallium: Portability fixes.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/pipe/pipebuffer/pb_bufmgr_mm.c | 4 |
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 a2657dac592..b6af7cdedc2 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); |