Mesa (master): osmesa: s/INLINE/inline/

Brian Paul brianp at kemper.freedesktop.org
Thu Sep 4 18:38:49 UTC 2014


Module: Mesa
Branch: master
Commit: 0f255fd26b34a6ff35b80c2e24b3d1e02b9cf214
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f255fd26b34a6ff35b80c2e24b3d1e02b9cf214

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Sep  4 09:20:58 2014 -0600

osmesa: s/INLINE/inline/

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 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 */




More information about the mesa-commit mailing list