This commit is contained in:
Behdad Esfahbod 2011-08-04 00:52:20 -04:00
parent 0fbb2dc831
commit 44b4f50d05
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ ASSERT_STATIC (sizeof (hb_var_int_t) == 4);
#else #else
#define HB_PURE_FUNC #define HB_PURE_FUNC
#define HB_CONST_FUNC #define HB_CONST_FUNC
#define HB_PRINTF_FUCN(format_idx, arg_idx) #define HB_PRINTF_FUNC(format_idx, arg_idx)
#endif #endif
#if __GNUC__ >= 4 #if __GNUC__ >= 4
#define HB_UNUSED __attribute__((unused)) #define HB_UNUSED __attribute__((unused))