autopickup exceptions

External names longer than 31 characters trigger a compiler warning
for me about truncation, and that causes make to quit.  So shorten the
two long names.  Also, call the cleanup routine for the FREE_ALL_MEMORY
configuration.
This commit is contained in:
nethack.rankin
2003-11-15 08:09:18 +00:00
parent e9afb34423
commit 23d3a146d9
4 changed files with 11 additions and 9 deletions

View File

@@ -1417,8 +1417,8 @@ E void FDECL(set_wc_option_mod_status, (unsigned long, int));
E void FDECL(set_wc2_option_mod_status, (unsigned long, int));
E void FDECL(set_option_mod_status, (const char *,int));
#ifdef AUTOPICKUP_EXCEPTIONS
E int FDECL(add_autopickup_exception_mapping, (const char *));
E void NDECL(free_autopickup_exception_mappings);
E int FDECL(add_autopickup_exception, (const char *));
E void NDECL(free_autopickup_exceptions);
#endif /* AUTOPICKUP_EXCEPTIONS */
/* ### pager.c ### */