mesa: s/INLINE/inline/
INLINE is still seen in some files (some generated files, etc) but this is a good start. Acked-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
|
||||
#ifdef NAN_CHECK
|
||||
/** Check for NaNs and very large values */
|
||||
static INLINE void
|
||||
static inline void
|
||||
check_float(float x)
|
||||
{
|
||||
assert(!IS_INF_OR_NAN(x));
|
||||
|
Reference in New Issue
Block a user