--- rxvt-unicode/src/keyboard.C 2005/04/22 02:09:39 1.16 +++ rxvt-unicode/src/keyboard.C 2005/11/28 19:35:04 1.17 @@ -117,7 +117,7 @@ //////////////////////////////////////////////////////////////////////////////// // return: #bits of '1' #if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ > 3) -# define bitcount(n) (__extension__ ({ uint32_t n__ = (n); __builtin_popcount (n); })) +# define bitcount(n) (__extension__ ({ uint32_t n__ = (n); __builtin_popcount (n__); })) #else static int bitcount (uint16_t n)