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 c3fd900..65cf52e 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) {