-WARNS6 cleanup (7422 warnings)
authorPeter Avalos <pavalos@dragonflybsd.org>
Mon, 21 Aug 2006 19:45:32 +0000 (19:45 +0000)
committerPeter Avalos <pavalos@dragonflybsd.org>
Mon, 21 Aug 2006 19:45:32 +0000 (19:45 +0000)
commitc7106d58626b3ef4b9efa87163437a679c2288f9
treec5ed3d9e5d55655ed4e0ea4de09f6d931841ffe8
parentea8b8afba74608d3995bb24cc711b383a192fcca
-WARNS6 cleanup (7422 warnings)
-ANSI function declarations
-staticize functions
-use stdbool.h where needed
-remove (void) casts for unchecked function returns
-put extern function declarations and variables in hack.h
-remove code that was previously commented out
-rename local variables where needed that were colliding with globals
-use variable argument lists from stdarg.h
-add DragonFly keyword
67 files changed:
games/hack/Makefile
games/hack/alloc.c
games/hack/config.h
games/hack/def.func_tab.h
games/hack/def.gen.h
games/hack/def.gold.h
games/hack/def.monst.h
games/hack/def.objclass.h
games/hack/def.objects.h
games/hack/def.trap.h
games/hack/hack.Decl.c
games/hack/hack.apply.c
games/hack/hack.bones.c
games/hack/hack.c
games/hack/hack.cmd.c
games/hack/hack.do.c
games/hack/hack.do_name.c
games/hack/hack.do_wear.c
games/hack/hack.dog.c
games/hack/hack.eat.c
games/hack/hack.end.c
games/hack/hack.engrave.c
games/hack/hack.fight.c
games/hack/hack.h
games/hack/hack.invent.c
games/hack/hack.ioctl.c
games/hack/hack.lev.c
games/hack/hack.main.c
games/hack/hack.makemon.c
games/hack/hack.mhitu.c
games/hack/hack.mklev.c
games/hack/hack.mkmaze.c
games/hack/hack.mkobj.c
games/hack/hack.mkshop.c
games/hack/hack.mon.c
games/hack/hack.monst.c
games/hack/hack.o_init.c
games/hack/hack.objnam.c
games/hack/hack.options.c
games/hack/hack.pager.c
games/hack/hack.potion.c
games/hack/hack.pri.c
games/hack/hack.read.c
games/hack/hack.rip.c
games/hack/hack.rumors.c
games/hack/hack.save.c
games/hack/hack.search.c
games/hack/hack.shk.c
games/hack/hack.shknam.c
games/hack/hack.steal.c
games/hack/hack.termcap.c
games/hack/hack.timeout.c
games/hack/hack.topl.c
games/hack/hack.track.c
games/hack/hack.trap.c
games/hack/hack.tty.c
games/hack/hack.u_init.c
games/hack/hack.unix.c
games/hack/hack.vault.c
games/hack/hack.version.c
games/hack/hack.wield.c
games/hack/hack.wizard.c
games/hack/hack.worm.c
games/hack/hack.worn.c
games/hack/hack.zap.c
games/hack/makedefs.c
games/hack/rnd.c