From: Behdad Esfahbod Date: Tue, 11 May 2010 04:11:36 +0000 (-0400) Subject: Add CONST_FUNC annotation X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=97e7f8f305c47caf2968a9da3b8407825547286d;p=platform%2Fupstream%2FlibHarfBuzzSharp.git Add CONST_FUNC annotation --- diff --git a/src/hb-private.h b/src/hb-private.h index 866ee59..7e292dc 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)