[Mesa-dev] [PATCH 4/5] osmesa: s/INLINE/inline/

Brian Paul brianp at vmware.com
Thu Sep 4 08:38:22 PDT 2014


---
 src/mesa/drivers/osmesa/osmesa.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/drivers/osmesa/osmesa.c b/src/mesa/drivers/osmesa/osmesa.c
index ab9ac31..74cbb5a 100644
--- a/src/mesa/drivers/osmesa/osmesa.c
+++ b/src/mesa/drivers/osmesa/osmesa.c
@@ -83,7 +83,7 @@ struct osmesa_context
 };
 
 
-static INLINE OSMesaContext
+static inline OSMesaContext
 OSMESA_CONTEXT(struct gl_context *ctx)
 {
    /* Just cast, since we're using structure containment */
-- 
1.7.10.4



More information about the mesa-dev mailing list