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:
Brian Paul
2011-09-30 21:03:42 -06:00
parent c707ffa587
commit 9520f483b8
73 changed files with 274 additions and 274 deletions

View File

@@ -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));