mstrength prototype and preprocessor

This commit is contained in:
nhmall
2022-10-07 11:15:10 -04:00
parent 26d13f6656
commit 334fd76ab4
2 changed files with 3 additions and 1 deletions

View File

@@ -1312,7 +1312,7 @@ extern void release_runtime_info(void);
#ifdef ENHANCED_SYMBOLS
extern void dump_glyphids(void);
#endif
#if (NH_DEVEL_STATUS != NH_STATUS_RELEASED) || defined(DEBUG) || defined(MAKEDEFS_C)
#if (NH_DEVEL_STATUS != NH_STATUS_RELEASED) || defined(DEBUG)
extern int mstrength(struct permonst *);
#endif

View File

@@ -61,6 +61,8 @@ int case_insensitive_comp(const char *, const char *);
static void make_version(void);
static char *eos(char *);
int mstrength(struct permonst *);
#if 0
static char *mdlib_strsubst(char *, const char *, const char *);
#endif