makedefs doesn't use STATIC_OVL macro

This commit is contained in:
nhmall
2019-07-13 00:28:51 -04:00
parent 638d9f9363
commit 64cc11d9b4

View File

@@ -951,7 +951,7 @@ unsigned long old_rumor_offset;
return rumor_offset;
}
STATIC_OVL void
static void
do_rnd_access_file(fname)
const char *fname;
{
@@ -1416,7 +1416,7 @@ do_date()
return;
}
STATIC_OVL boolean
static boolean
get_gitinfo(githash, gitbranch)
char *githash, *gitbranch;
{