NOSTATICFN for src/*

This commit is contained in:
nhkeni
2024-03-14 17:41:51 -04:00
parent d523041b60
commit 9c0ed8ae63
111 changed files with 3871 additions and 3879 deletions

View File

@@ -9,8 +9,8 @@
#define ALGN_SINNED (-4) /* worse than strayed (-1..-3) */
#define ALGN_PIOUS 14 /* better than fervent (9..13) */
static boolean histemple_at(struct monst *, coordxy, coordxy);
static boolean has_shrine(struct monst *);
staticfn boolean histemple_at(struct monst *, coordxy, coordxy);
staticfn boolean has_shrine(struct monst *);
void
newepri(struct monst *mtmp)
@@ -148,7 +148,7 @@ temple_occupied(char *array)
return '\0';
}
static boolean
staticfn boolean
histemple_at(struct monst *priest, coordxy x, coordxy y)
{
return (boolean) (priest && priest->ispriest
@@ -377,7 +377,7 @@ p_coaligned(struct monst *priest)
return (boolean) (u.ualign.type == mon_aligntyp(priest));
}
static boolean
staticfn boolean
has_shrine(struct monst *pri)
{
struct rm *lev;