remove STATIC_DCL, STATIC_OVL, STATIC_VAR, STATIC_PTR from core
This commit is contained in:
+4
-4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user