From 691ffbe456aa485ea624dc3ec8fa5a44f36caaea Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 7 Oct 2022 10:30:36 -0400 Subject: [PATCH] be consistent in preprocessor conditional --- src/mon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0