1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00

use the typedef 'ubig' to declare pr_limit, not what ubig is typedef'd

to be.

PR:		misc/35181
Submitted by:	Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
MFC after:	3 days
This commit is contained in:
Bill Fumerola 2002-02-21 17:33:56 +00:00
parent cebcee2e9e
commit a30946043b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91026

View File

@ -547,4 +547,4 @@ ubig prime[] = {
};
/* pr_limit - largest prime in the prime table */
unsigned long *pr_limit = &prime[(sizeof(prime)/sizeof(prime[0]))-1];
ubig *pr_limit = &prime[(sizeof(prime)/sizeof(prime[0]))-1];