Skip to content

Commit

Permalink
use the typedef 'ubig' to declare pr_limit, not what ubig is typedef'd
Browse files Browse the repository at this point in the history
to be.

PR:		misc/35181
Submitted by:	Stefan Farfeleder <[email protected]>
MFC after:	3 days
  • Loading branch information
billf committed Feb 21, 2002
1 parent 72144fa commit e0e0b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/primes/pr_tbl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];

0 comments on commit e0e0b5d

Please sign in to comment.