From 8e999d29628b0d1fec3046722554e792c351450b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 11 Aug 2011 14:07:04 -0400 Subject: Minor optimization of popcount in l10nflist --- intl/l10nflist.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'intl') diff --git a/intl/l10nflist.c b/intl/l10nflist.c index a38e0efe90..82af2633b5 100644 --- a/intl/l10nflist.c +++ b/intl/l10nflist.c @@ -150,6 +150,7 @@ argz_next__ (argz, argz_len, entry) /* Return number of bits set in X. */ +#ifndef ARCH_POP static int pop PARAMS ((int x)); static inline int @@ -164,6 +165,7 @@ pop (x) return x; } +#endif struct loaded_l10nfile * -- cgit 1.4.1