gallium: replace INLINE with inline
[mesa.git] / src / gallium / drivers / svga / svga_pipe_depthstencil.c
index cb07dbe09a33ef2a35e42e628b1661acded80e6e..8db21fd7476bac433b643ae24165740ac24c31cf 100644 (file)
@@ -32,7 +32,7 @@
 #include "svga_hw_reg.h"
 
 
-static INLINE unsigned
+static inline unsigned
 svga_translate_compare_func(unsigned func)
 {
    switch (func) {
@@ -50,7 +50,7 @@ svga_translate_compare_func(unsigned func)
    }
 }
 
-static INLINE unsigned
+static inline unsigned
 svga_translate_stencil_op(unsigned op)
 {
    switch (op) {