From 032be648850fc91b470aeb2fc31d71ce6a1cf845 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sun, 4 May 2014 14:35:22 +0000 Subject: Fix 2. --- src/htsinthash.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/htsinthash.c b/src/htsinthash.c index 12ce6b1..0e1d11c 100644 --- a/src/htsinthash.c +++ b/src/htsinthash.c @@ -189,8 +189,6 @@ static void inthash_fail(const char* exp, const char* file, int line) { abort(); } #define inthash_assert(EXP) (void)( (EXP) || (inthash_fail(#EXP, __FILE__, __LINE__), 0) ) -#endif - /* Compiler-specific. */ #ifndef HTS_PRINTF_FUN #ifdef __GNUC__ @@ -206,6 +204,7 @@ static void inthash_fail(const char* exp, const char* file, int line) { #define HTS_INLINE #endif #endif +#endif /* Logging level. */ #if 0 -- cgit v1.2.3