From 7d281611a359c9a71c1e127c1c2bce9b72dee7df Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 15 Jun 2001 08:56:10 +0000 Subject: (fac): Make static to avoid compiler warning. --- gmon/tst-sprofil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gmon/tst-sprofil.c b/gmon/tst-sprofil.c index 26d4c7c56e..64682da0c7 100644 --- a/gmon/tst-sprofil.c +++ b/gmon/tst-sprofil.c @@ -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) -- cgit 1.4.1