projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Sat Feb 17 11:29:29 1996 David Mosberger-Tang <davidm@azstarnet.com>
[kopensolaris-gnu/glibc.git]
/
locale
/
locfile-hash.c
diff --git
a/locale/locfile-hash.c
b/locale/locfile-hash.c
index
75cb77f
..
d977822
100644
(file)
--- a/
locale/locfile-hash.c
+++ b/
locale/locfile-hash.c
@@
-205,7
+205,7
@@
compute_hashval(const char *key, size_t keylen)
{
hval <<= 4;
hval += key[cnt++];
- g = hval & (0xf << (LONGBITS - 4));
+ g = hval & (0xf
L
<< (LONGBITS - 4));
if (g != 0)
{
hval ^= g >> (LONGBITS - 8);