From: cohrs Date: Sun, 13 Apr 2003 04:09:32 +0000 (+0000) Subject: compilation bit X-Git-Tag: MOVE2GIT~2033 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6bb38f22b2d9e771cac71632eb9ebe4c908ee35;p=nethack compilation bit quiet a new gcc warning --- diff --git a/src/restore.c b/src/restore.c index 023adc1c9..aabcad5aa 100644 --- a/src/restore.c +++ b/src/restore.c @@ -30,7 +30,9 @@ STATIC_DCL boolean FDECL(restgamestate, (int, unsigned int *, unsigned int *)); STATIC_DCL void FDECL(restlevelstate, (unsigned int, unsigned int)); STATIC_DCL int FDECL(restlevelfile, (int,XCHAR_P)); STATIC_DCL void FDECL(reset_oattached_mids, (BOOLEAN_P)); +#ifndef GOLDOBJ STATIC_DCL struct obj *FDECL(gold_in, (struct obj *)); +#endif /* * Save a mapping of IDs from ghost levels to the current level. This