remove STATIC_DCL, STATIC_OVL, STATIC_VAR, STATIC_PTR from core

This commit is contained in:
nhmall
2019-07-14 17:24:58 -04:00
parent e3b5e7f95a
commit 0d34f43830
96 changed files with 2339 additions and 2370 deletions
+4 -4
View File
@@ -5,11 +5,11 @@
#include "hack.h"
STATIC_PTR int NDECL(stealarm);
static int NDECL(stealarm);
STATIC_DCL const char *FDECL(equipname, (struct obj *));
static const char *FDECL(equipname, (struct obj *));
STATIC_OVL const char *
static const char *
equipname(otmp)
register struct obj *otmp;
{
@@ -143,7 +143,7 @@ register struct monst *mtmp;
unsigned int stealoid; /* object to be stolen */
unsigned int stealmid; /* monster doing the stealing */
STATIC_PTR int
static int
stealarm(VOID_ARGS)
{
register struct monst *mtmp;