Summary: chore, crunch the number of extern_inline definitions
authorSebastian Freundt <freundt@ga-group.nl>
Fri, 6 Jan 2012 09:03:48 +0000 (09:03 +0000)
committerSebastian Freundt <freundt@ga-group.nl>
Fri, 6 Jan 2012 09:03:48 +0000 (09:03 +0000)
Keywords: code hygiene build clang

This changeset drops transitional extern_inline definitions so only pure
C99 static inlines are used from now on.

* src/sxe-utils.h: drop conditional extern_inline definitions leaving
  only static inline as expansion

Signed-off-by: Sebastian Freundt <freundt@ga-group.nl>
src/sxe-utils.h

index f43aa49..e30034f 100644 (file)
@@ -84,14 +84,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 #endif
 
 \f
-
-#if defined SXE_STATIC_EXTERN_INLINE
-# define extern_inline static inline
-#elif !defined __GNUC_STDC_INLINE__ && !defined SXE_INLINE_NO_EXTERN
-# define extern_inline extern inline
-#else
-# define extern_inline  inline
-#endif
+#define extern_inline  static inline
 
 #ifdef ALL_DEBUG_FLAGS
 #undef SXE_DEBUG_FLAG