projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9278490
)
fix typo
author
Michael Meissner
<meissner@gcc.gnu.org>
Thu, 15 Mar 2001 21:41:13 +0000
(21:41 +0000)
committer
Michael Meissner
<meissner@gcc.gnu.org>
Thu, 15 Mar 2001 21:41:13 +0000
(21:41 +0000)
From-SVN: r40517
libiberty/hashtab.c
patch
|
blob
|
history
diff --git
a/libiberty/hashtab.c
b/libiberty/hashtab.c
index b27c94275c6ab3ac5acbb316489ba1338a9c9631..274ad9ec2076d8d63fb845f1b0511310f2bcb941 100644
(file)
--- a/
libiberty/hashtab.c
+++ b/
libiberty/hashtab.c
@@
-112,7
+112,7
@@
higher_prime_number (n)
(unsigned long) 1073741789,
(unsigned long) 2147483647,
/* 4294967291L */
- ((unsigned long) 2147483647) + ((unsigned long) 214748364
2
),
+ ((unsigned long) 2147483647) + ((unsigned long) 214748364
4
),
};
unsigned long* low = &primes[0];