diff options
-rw-r--r-- | src/htsinthash.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 |