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

@@ -561,7 +561,7 @@ static long bl_hilite_moves = 0L;
static unsigned long cond_hilites[BL_ATTCLR_MAX];
static int now_or_before_idx = 0; /* 0..1 for array[2][] first index */
void
STATIC_OVL void
bot_via_windowport()
{
char buf[BUFSZ];
@@ -2812,7 +2812,7 @@ status_hilite_linestr_gather()
}
char *
STATIC_OVL char *
status_hilite2str(hl)
struct hilite_s *hl;
{