[pango] [HB] Minor
- From: Behdad Esfahbod <behdad src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pango] [HB] Minor
- Date: Thu, 6 Aug 2009 14:42:50 +0000 (UTC)
commit 6caa02aee9d614077c9ae4b5dfe8fec0058f7356
Author: Behdad Esfahbod <behdad behdad org>
Date: Thu Aug 6 10:24:49 2009 -0400
[HB] Minor
pango/opentype/hb-private.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pango/opentype/hb-private.h b/pango/opentype/hb-private.h
index 55bedad..ab3af85 100644
--- a/pango/opentype/hb-private.h
+++ b/pango/opentype/hb-private.h
@@ -138,7 +138,7 @@ _hb_popcount32 (uint32_t mask)
#if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)
return __builtin_popcount (mask);
#else
- register int y;
+ register uint32_t y;
y = (mask >> 1) &033333333333;
y = mask - y - ((y >>1) & 033333333333);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]