more overlay bits

Although the overlay stuff is destined to be
removed someday, this patch just makes the
use of STATIC_DCL, STATIC_OVL consistent
in the trunk.

[As a side pointless experiment, I was able
 to build a working  8086 port of 3.4.2 after
 this change that worked correctly in limited
 testing right up until it came time to enter
 Ft. Ludios., where it couldn't allocated the
required amount of memory.]
This commit is contained in:
nethack.allison
2003-09-05 14:59:53 +00:00
parent 1fed7915fb
commit 724ac2670c
13 changed files with 123 additions and 74 deletions

View File

@@ -5,12 +5,12 @@
#include "hack.h"
STATIC_DCL void FDECL(do_oname, (struct obj *));
static void FDECL(getpos_help, (BOOLEAN_P,const char *));
STATIC_DCL void FDECL(getpos_help, (BOOLEAN_P,const char *));
extern const char what_is_an_unknown_object[]; /* from pager.c */
/* the response for '?' help request in getpos() */
static void
STATIC_OVL void
getpos_help(force, goal)
boolean force;
const char *goal;