summaryrefslogtreecommitdiff
path: root/intl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-08-11 14:07:04 -0400
committerUlrich Drepper <drepper@gmail.com>2011-08-11 14:07:04 -0400
commit8e999d29628b0d1fec3046722554e792c351450b (patch)
tree79061a4d87ac4cc31aa005554c627dea15a0ec9e /intl
parent89edf2e9119b57fc404891670d2bc47bdfdb61ef (diff)
Minor optimization of popcount in l10nflist
Diffstat (limited to 'intl')
-rw-r--r--intl/l10nflist.c2
1 files changed, 2 insertions, 0 deletions
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 *