if prototype is declared static make function static to match

Today, a compiler was encountered that considered it an error
to have the prototype declared static and the function body
not
This commit is contained in:
nhmall
2019-07-13 00:17:23 -04:00
parent 2f3da35c68
commit 638d9f9363
18 changed files with 40 additions and 38 deletions

View File

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