]> granicus.if.org Git - nethack/commit
autopickup exceptions
authornethack.rankin <nethack.rankin>
Sat, 15 Nov 2003 08:09:18 +0000 (08:09 +0000)
committernethack.rankin <nethack.rankin>
Sat, 15 Nov 2003 08:09:18 +0000 (08:09 +0000)
commit23d3a146d967786f0957dcf1a862604e10c27433
tree114e7cd571955683fca719f94aaea2372fa4f4f0
parente9afb34423cb201206062127fcf6d3aeeed041d1
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.
include/extern.h
src/files.c
src/options.c
src/save.c