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

@@ -26,7 +26,7 @@ const char *NetHack_git_sha = NETHACK_GIT_SHA;
const char *NetHack_git_branch = NETHACK_GIT_BRANCH;
#endif
STATIC_DCL void FDECL(insert_rtoption, (char *));
static void FDECL(insert_rtoption, (char *));
/* fill buffer with short version (so caller can avoid including date.h) */
char *
@@ -227,7 +227,7 @@ static struct rt_opt {
* it depends which of several object files got linked into the
* game image, so we insert those options here.
*/
STATIC_OVL void
static void
insert_rtoption(buf)
char *buf;
{