merge from gcc

This commit is contained in:
DJ Delorie 2001-03-15 22:02:06 +00:00
parent 880a15ee85
commit 06b0287c20
1 changed files with 1 additions and 1 deletions

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