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:
@@ -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;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user