--- rxvt-unicode/src/keyboard.C 2008/01/10 11:30:45 1.30 +++ rxvt-unicode/src/keyboard.C 2009/09/04 15:40:12 1.31 @@ -145,8 +145,8 @@ compare_priority (keysym_t *a, keysym_t *b) { // (the more '1's in state; the less range): the greater priority - int ca = popcount (a->state /* & OtherModMask */); - int cb = popcount (b->state /* & OtherModMask */); + int ca = rxvt_popcount (a->state /* & OtherModMask */); + int cb = rxvt_popcount (b->state /* & OtherModMask */); if (ca != cb) return ca - cb;