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
+3 -3
View File
@@ -8,8 +8,8 @@
#include "sfproto.h"
STATIC_VAR NEARDATA struct engr *head_engr;
STATIC_DCL const char *NDECL(blengr);
static NEARDATA struct engr *head_engr;
static const char *NDECL(blengr);
char *
random_engraving(outbuf)
@@ -1343,7 +1343,7 @@ static const char blind_writing[][21] = {
0x69, 0x76, 0x6b, 0x66, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
};
STATIC_OVL const char *
static const char *
blengr(VOID_ARGS)
{
return blind_writing[rn2(SIZE(blind_writing))];