mstrength prototype and preprocessor
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user