Browse Source

merge from gcc

dberlin-typesystem-branch
DJ Delorie 25 years ago
parent
commit
06b0287c20
  1. 2
      libiberty/hashtab.c

2
libiberty/hashtab.c

@ -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];

Loading…
Cancel
Save