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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user