From 3b1bf0b8afd5d5b5b7686bd0c6f7f3697f4e5dc2 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sun, 4 May 2014 11:02:43 +0000 Subject: Comment. --- src/htssafe.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/htssafe.h b/src/htssafe.h index dc3382e..6f21e6d 100644 --- a/src/htssafe.h +++ b/src/htssafe.h @@ -86,6 +86,7 @@ static void abortf_(const char *exp, const char *file, int line) { /* Note: char[] and const char[] are compatible */ #define HTS_IS_CHAR_BUFFER(VAR) ( __builtin_types_compatible_p ( typeof (VAR), char[] ) ) #else +/* Note: a bit lame as char[8] won't be seen. */ #define HTS_IS_CHAR_BUFFER(VAR) ( sizeof(VAR) != sizeof(char*) ) #endif #define HTS_IS_NOT_CHAR_BUFFER(VAR) ( ! HTS_IS_CHAR_BUFFER(VAR) ) -- cgit v1.2.3