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

View File

@@ -8,7 +8,7 @@
#include <limits.h>
#endif
STATIC_DCL int FDECL(enermod, (int));
static int FDECL(enermod, (int));
long
newuexp(lev)
@@ -23,7 +23,7 @@ int lev;
return (10000000L * ((long) (lev - 19)));
}
STATIC_OVL int
static int
enermod(en)
int en;
{