From: Brian Paul Date: Thu, 4 Sep 2014 15:20:20 +0000 (-0600) Subject: meta: s/INLINE/inline/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c4a0be73ea948513cb83202829c35151b8adf8b9;p=mesa.git meta: s/INLINE/inline/ Reviewed-by: Kenneth Graunke --- diff --git a/src/mesa/drivers/common/meta.c b/src/mesa/drivers/common/meta.c index 85f934dd4f2..7a8e627ba94 100644 --- a/src/mesa/drivers/common/meta.c +++ b/src/mesa/drivers/common/meta.c @@ -1220,7 +1220,7 @@ _mesa_meta_in_progress(struct gl_context *ctx) * Used by the meta-Clear, Draw/CopyPixels and Bitmap functions where the Z * value comes from the clear value or raster position. */ -static INLINE GLfloat +static inline GLfloat invert_z(GLfloat normZ) { GLfloat objZ = 1.0f - 2.0f * normZ;