st/mesa: replace INLINE with inline
[mesa.git] / src / mesa / state_tracker / st_cb_rasterpos.c
index 37074653632b91d3cce6456b4847bbe3d665d614..b051aedab9e1eaec4216aa9e3eac7f7caf7966dc 100644 (file)
@@ -64,7 +64,7 @@ struct rastpos_stage
 };
 
 
-static INLINE struct rastpos_stage *
+static inline struct rastpos_stage *
 rastpos_stage( struct draw_stage *stage )
 {
    return (struct rastpos_stage *) stage;