gallium: replace INLINE with inline
[mesa.git] / src / gallium / auxiliary / rtasm / rtasm_x86sse.c
index f96378891871b906d0412badda827bc3875322da..27ee8f1242a60a621ab6826910b59a2a55f970cd 100644 (file)
@@ -510,7 +510,7 @@ void x86_mov8_imm( struct x86_function *p, struct x86_reg dst, uint8_t imm )
 /**
  * Immediate group 1 instructions.
  */
-static INLINE void 
+static inline void 
 x86_group1_imm( struct x86_function *p, 
                 unsigned op, struct x86_reg dst, int imm )
 {
@@ -2196,7 +2196,7 @@ void x86_release_func( struct x86_function *p )
 }
 
 
-static INLINE x86_func
+static inline x86_func
 voidptr_to_x86_func(void *v)
 {
    union {