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:
@@ -1602,7 +1602,7 @@ int typ;
|
||||
return (char *) 0;
|
||||
}
|
||||
|
||||
int
|
||||
STATIC_OVL int
|
||||
query_msgtype()
|
||||
{
|
||||
winid tmpwin;
|
||||
@@ -1796,7 +1796,7 @@ const char *errmsg;
|
||||
return retval;
|
||||
}
|
||||
|
||||
boolean
|
||||
STATIC_OVL boolean
|
||||
add_menu_coloring_parsed(str, c, a)
|
||||
char *str;
|
||||
int c, a;
|
||||
|
||||
Reference in New Issue
Block a user