st/mesa: replace INLINE with inline
[mesa.git] / src / mesa / state_tracker / st_debug.h
index 49b916fb336ebfee95b5a0bb3bbf8eb033257754..cc81978360cdc376137e50ca68eb74e9e400eecb 100644 (file)
@@ -58,7 +58,7 @@ extern int ST_DEBUG;
 
 void st_debug_init( void );
 
-static INLINE void
+static inline void
 ST_DBG( unsigned flag, const char *fmt, ... )
 {
     if (ST_DEBUG & flag)