Date: Tue, 16 Nov 1999 02:26:41 -0800 (PST) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/hack hack.apply.c hack.bones.c hack.c hack.cmd.c hack.do.c hack.do_name.c hack.eat.c hack.end.c hack.fight.c hack.invent.c hack.lev.c hack.main.c hack.makemon.c hack.mhitu.c hack.mklev.c hack.mkmaze.c hack.mkobj.c hack.mkshop.c ... Message-ID: <199911161026.CAA02754@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 1999/11/16 02:26:41 PST
Modified files:
games/hack hack.apply.c hack.bones.c hack.c
hack.cmd.c hack.do.c hack.do_name.c
hack.eat.c hack.end.c hack.fight.c
hack.invent.c hack.lev.c hack.main.c
hack.makemon.c hack.mhitu.c hack.mklev.c
hack.mkmaze.c hack.mkobj.c hack.mkshop.c
hack.mon.c hack.o_init.c hack.potion.c
hack.pri.c hack.read.c hack.rip.c
hack.save.c hack.shk.c hack.steal.c
hack.termcap.c hack.track.c hack.trap.c
hack.tty.c hack.vault.c hack.wield.c
hack.worm.c hack.zap.c rnd.c
Log:
Add type int to those variables without a type. This is caused by the
frequent use of ``register var'' instead of ``register int var'' and
the removal of the register hint in the previous commit.
Revision Changes Path
1.4 +2 -2 src/games/hack/hack.apply.c
1.4 +3 -3 src/games/hack/hack.bones.c
1.4 +10 -10 src/games/hack/hack.c
1.4 +4 -4 src/games/hack/hack.cmd.c
1.4 +3 -3 src/games/hack/hack.do.c
1.5 +3 -3 src/games/hack/hack.do_name.c
1.4 +5 -5 src/games/hack/hack.eat.c
1.4 +4 -4 src/games/hack/hack.end.c
1.5 +4 -4 src/games/hack/hack.fight.c
1.4 +6 -6 src/games/hack/hack.invent.c
1.4 +9 -9 src/games/hack/hack.lev.c
1.9 +3 -3 src/games/hack/hack.main.c
1.4 +3 -3 src/games/hack/hack.makemon.c
1.4 +3 -3 src/games/hack/hack.mhitu.c
1.6 +18 -18 src/games/hack/hack.mklev.c
1.4 +2 -2 src/games/hack/hack.mkmaze.c
1.5 +4 -4 src/games/hack/hack.mkobj.c
1.4 +3 -3 src/games/hack/hack.mkshop.c
1.5 +9 -9 src/games/hack/hack.mon.c
1.6 +3 -3 src/games/hack/hack.o_init.c
1.5 +2 -2 src/games/hack/hack.potion.c
1.5 +14 -14 src/games/hack/hack.pri.c
1.6 +3 -3 src/games/hack/hack.read.c
1.4 +2 -2 src/games/hack/hack.rip.c
1.4 +6 -6 src/games/hack/hack.save.c
1.5 +5 -5 src/games/hack/hack.shk.c
1.4 +4 -4 src/games/hack/hack.steal.c
1.10 +3 -3 src/games/hack/hack.termcap.c
1.4 +2 -2 src/games/hack/hack.track.c
1.5 +3 -3 src/games/hack/hack.trap.c
1.5 +2 -2 src/games/hack/hack.tty.c
1.4 +4 -4 src/games/hack/hack.vault.c
1.4 +2 -2 src/games/hack/hack.wield.c
1.4 +8 -8 src/games/hack/hack.worm.c
1.4 +4 -4 src/games/hack/hack.zap.c
1.5 +6 -6 src/games/hack/rnd.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911161026.CAA02754>
