From 8b1c71ee649fb41155da92995044e451c39ea700 Mon Sep 17 00:00:00 2001 From: dholland Date: Wed, 12 Aug 2009 07:28:40 +0000 Subject: sprinkle static --- hack/hack.o_init.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'hack/hack.o_init.c') diff --git a/hack/hack.o_init.c b/hack/hack.o_init.c index d556203b..804f0a0a 100644 --- a/hack/hack.o_init.c +++ b/hack/hack.o_init.c @@ -1,4 +1,4 @@ -/* $NetBSD: hack.o_init.c,v 1.9 2009/06/07 18:30:39 dholland Exp $ */ +/* $NetBSD: hack.o_init.c,v 1.10 2009/08/12 07:28:41 dholland Exp $ */ /* * Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica, @@ -63,7 +63,7 @@ #include #ifndef lint -__RCSID("$NetBSD: hack.o_init.c,v 1.9 2009/06/07 18:30:39 dholland Exp $"); +__RCSID("$NetBSD: hack.o_init.c,v 1.10 2009/08/12 07:28:41 dholland Exp $"); #endif /* not lint */ #include @@ -72,6 +72,9 @@ __RCSID("$NetBSD: hack.o_init.c,v 1.9 2009/06/07 18:30:39 dholland Exp $"); #include "def.objects.h" #include "hack.onames.h" /* for LAST_GEM */ +static void setgemprobs(void); +static int interesting_to_discover(int); + int letindex(int let) { @@ -148,7 +151,7 @@ probtype(int let) return (i); } -void +static void setgemprobs(void) { int j, first; @@ -232,7 +235,7 @@ dodiscovered(void) return (0); } -int +static int interesting_to_discover(int i) { return ( -- cgit v1.2.3-56-ge451