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:
@@ -1710,7 +1710,7 @@ int x, y;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
int
|
||||
STATIC_OVL int
|
||||
do_loot_cont(cobjp, cindex, ccount)
|
||||
struct obj **cobjp;
|
||||
int cindex, ccount; /* index of this container (1..N), number of them (N) */
|
||||
|
||||
Reference in New Issue
Block a user