]> granicus.if.org Git - nethack/commit
make zeroany, zeromonst, zeroobj 'const'
authorPatR <rankin@nethack.org>
Wed, 9 Jan 2019 09:13:01 +0000 (01:13 -0800)
committerPatR <rankin@nethack.org>
Wed, 9 Jan 2019 09:13:01 +0000 (01:13 -0800)
commitdd13b10cf2bcab4f52299bd0171a374d7f58d2f0
treea5d20f4e86b759f137d372a44ed9b95a95909229
parentd4e3f9d9d3eaf3f0a941ebf3f4020101a9d8247d
make zeroany, zeromonst, zeroobj 'const'

They're never modified.  Minor complication:  &zeroobj is used as
a special not-Null-but-not-an-object value in multiple places and
needs to have 'const' removed with a cast in that situation.
include/decl.h
src/decl.c
src/invent.c
src/muse.c
src/objnam.c
src/weapon.c