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:
@@ -1343,7 +1343,7 @@ domove()
|
||||
domove_attempting = 0L;
|
||||
}
|
||||
|
||||
void
|
||||
STATIC_OVL void
|
||||
domove_core()
|
||||
{
|
||||
register struct monst *mtmp;
|
||||
@@ -1940,7 +1940,7 @@ domove_core()
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
STATIC_OVL void
|
||||
maybe_smudge_engr(x1,y1,x2,y2)
|
||||
int x1, y1, x2, y2;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user