]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add type int to those variables without a type. This is caused by the
authorMarcel Moolenaar <marcel@FreeBSD.org>
Tue, 16 Nov 1999 10:26:38 +0000 (10:26 +0000)
committerMarcel Moolenaar <marcel@FreeBSD.org>
Tue, 16 Nov 1999 10:26:38 +0000 (10:26 +0000)
commitb945938c632aa17a5c1e475758d18fc9febf3cbd
tree839b85661e38597650d090e9cb482291451611bb
parent727bf60729b6e2f693b3a1162a2f4b32e49bf8bd
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.
36 files changed:
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.eat.c
games/hack/hack.end.c
games/hack/hack.fight.c
games/hack/hack.invent.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.o_init.c
games/hack/hack.potion.c
games/hack/hack.pri.c
games/hack/hack.read.c
games/hack/hack.rip.c
games/hack/hack.save.c
games/hack/hack.shk.c
games/hack/hack.steal.c
games/hack/hack.termcap.c
games/hack/hack.track.c
games/hack/hack.trap.c
games/hack/hack.tty.c
games/hack/hack.vault.c
games/hack/hack.wield.c
games/hack/hack.worm.c
games/hack/hack.zap.c
games/hack/rnd.c