Fix -Wtraditional warning.

This commit is contained in:
tv 2001-05-30 09:23:30 +00:00
parent 05d1203a2e
commit ba2a0f2139
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ higher_prime_number (n)
536870909,
1073741789,
2147483647,
4294967291
4294967291UL
};
unsigned long* low = &primes[0];