From: José Fonseca Date: Thu, 31 Jan 2008 05:26:39 +0000 (+0900) Subject: gallium: Portability fixes. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=526bed2b956d88e1b371b2e43402f8a160113497;p=mesa.git gallium: Portability fixes. --- 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);