From: nhmall Date: Fri, 7 Oct 2022 14:30:36 +0000 (-0400) Subject: be consistent in preprocessor conditional X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=691ffbe456aa485ea624dc3ec8fa5a44f36caaea;p=nethack be consistent in preprocessor conditional --- diff --git a/src/mon.c b/src/mon.c index 6e5f359e6..dfecac30e 100644 --- a/src/mon.c +++ b/src/mon.c @@ -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