From a01be59015d2f7f8db5b97997daa57b636141f5d Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Mon, 24 Jun 2013 16:44:43 +0000 Subject: Added inline token --- src/htsbase.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/htsbase.h b/src/htsbase.h index 927a286..aa6ea32 100644 --- a/src/htsbase.h +++ b/src/htsbase.h @@ -68,10 +68,12 @@ extern "C" { #ifdef __GNUC__ #define HTS_UNUSED __attribute__ ((unused)) #define HTS_STATIC static __attribute__ ((unused)) +#define HTS_INLINE __inline__ #define HTS_PRINTF_FUN(fmt, arg) __attribute__ ((format (printf, fmt, arg))) #else #define HTS_UNUSED #define HTS_STATIC static +#define HTS_INLINE #define HTS_PRINTF_FUN(fmt, arg) #endif #endif -- cgit v1.2.3