merge from gcc
authorDJ Delorie <dj@redhat.com>
Thu, 15 Mar 2001 22:02:06 +0000 (22:02 +0000)
committerDJ Delorie <dj@redhat.com>
Thu, 15 Mar 2001 22:02:06 +0000 (22:02 +0000)
libiberty/hashtab.c

index b27c942..274ad9e 100644 (file)
@@ -112,7 +112,7 @@ higher_prime_number (n)
     (unsigned long) 1073741789,
     (unsigned long) 2147483647,
                                        /* 4294967291L */
-    ((unsigned long) 2147483647) + ((unsigned long) 2147483642),
+    ((unsigned long) 2147483647) + ((unsigned long) 2147483644),
   };
 
   unsigned long* low = &primes[0];