gallium: replace INLINE with inline
[mesa.git] / src / gallium / drivers / llvmpipe / lp_bld_blend.c
index 1de43f77ee031b858a940a21c2af22d7932d6ae9..1feb415c9e5f5a3a4c5a97093d77d65d0e1c599e 100644 (file)
@@ -78,7 +78,7 @@ lp_build_blend_func_reverse(unsigned rgb_func, unsigned alpha_func)
 /**
  * Whether the blending factors are complementary of each other.
  */
-static INLINE boolean
+static inline boolean
 lp_build_blend_factor_complementary(unsigned src_factor, unsigned dst_factor)
 {
    return dst_factor == (src_factor ^ 0x10);