(fac): Make static to avoid compiler warning.

This commit is contained in:
Andreas Jaeger 2001-06-15 08:56:10 +00:00
parent 0f843f8938
commit 7d281611a3
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ unsigned int bshort[5][0x100 / sizeof (int)];
unsigned int blong[1][0x1000 / sizeof (int)];
unsigned int vlong[1][0x2000 / sizeof (int)];
long int
static long int
fac (long int n)
{
if (n == 0)