swrast: s/INLINE/inline/
authorBrian Paul <brianp@vmware.com>
Thu, 4 Sep 2014 15:21:08 +0000 (09:21 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 4 Sep 2014 18:17:44 +0000 (12:17 -0600)
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/swrast/s_texfilter.c

index c3fd900b443518ee70ed31d116345bada15bfb3d..65cf52e21e7212a20955d530467fb6a3b63df8df 100644 (file)
@@ -804,7 +804,7 @@ get_border_color(const struct gl_sampler_object *samp,
 /**
  * Put z into texel according to GL_DEPTH_MODE.
  */
-static INLINE void
+static inline void
 apply_depth_mode(GLenum depthMode, GLfloat z, GLfloat texel[4])
 {
    switch (depthMode) {