summaryrefslogtreecommitdiffstats
path: root/src/mapi/u_compiler.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2015-03-03 09:08:22 -0700
committerBrian Paul <[email protected]>2015-03-04 08:33:48 -0700
commit41c87cc5666de7ec5cfdea2c035c671048c06ca5 (patch)
tree70d0d98c1841ffa7872e5946a72b306ddc5a75ba /src/mapi/u_compiler.h
parent5bebd7099ab22c6f1498cd928170561718d6ff36 (diff)
mapi: replace INLINE with inline
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/mapi/u_compiler.h')
-rw-r--r--src/mapi/u_compiler.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mapi/u_compiler.h b/src/mapi/u_compiler.h
index f376e97a0f3..8ed0f712f5d 100644
--- a/src/mapi/u_compiler.h
+++ b/src/mapi/u_compiler.h
@@ -3,12 +3,6 @@
#include "c99_compat.h" /* inline, __func__, etc. */
-
-/* XXX: Use standard `inline` keyword instead */
-#ifndef INLINE
-# define INLINE inline
-#endif
-
/* Function visibility */
#ifndef PUBLIC
# if defined(__GNUC__) || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590))