merge from gcc
This commit is contained in:
parent
880a15ee85
commit
06b0287c20
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue