From 97e7f8f305c47caf2968a9da3b8407825547286d Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 11 May 2010 00:11:36 -0400 Subject: [PATCH] Add CONST_FUNC annotation --- src/hb-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-private.h b/src/hb-private.h index 866ee59c0..7e292dc24 100644 --- a/src/hb-private.h +++ b/src/hb-private.h @@ -143,7 +143,7 @@ * in libgcc in case a target does not have one, which should be just as * good as the open-coded solution below, (which is "HACKMEM 169"). */ -static inline unsigned int +static inline HB_CONST_FUNC unsigned int _hb_popcount32 (uint32_t mask) { #if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)