be consistent in preprocessor conditional

This commit is contained in:
nhmall
2022-10-07 10:30:36 -04:00
parent b0029472de
commit 691ffbe456

View File

@@ -30,7 +30,7 @@ static struct permonst *accept_newcham_form(struct monst *, int);
static void kill_eggs(struct obj *);
static void pacify_guard(struct monst *);
#ifdef DEBUG
#if (NH_DEVEL_STATUS != NH_STATUS_RELEASED) || defined(DEBUG)
int mstrength(struct permonst *ptr);
#endif