aboutsummaryrefslogtreecommitdiff
path: root/games/battlestar/com5.c
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-11-16 02:58:06 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-11-16 02:58:06 +0000
commit727bf60729b6e2f693b3a1162a2f4b32e49bf8bd (patch)
treea0cca4d47c73890ff2acd4b0d9331509ac360eb2 /games/battlestar/com5.c
parent879099e5568801911b66f1ea9085fed24fc12560 (diff)
downloadsrc-727bf60729b6e2f693b3a1162a2f4b32e49bf8bd.tar.gz
src-727bf60729b6e2f693b3a1162a2f4b32e49bf8bd.zip
Sync our register usage with NetBSD's (non-)usage.
Notes
Notes: svn path=/head/; revision=53210
Diffstat (limited to 'games/battlestar/com5.c')
-rw-r--r--games/battlestar/com5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/battlestar/com5.c b/games/battlestar/com5.c
index d3b18fb3f63e..f3cb6a8ba234 100644
--- a/games/battlestar/com5.c
+++ b/games/battlestar/com5.c
@@ -80,7 +80,7 @@ kiss()
love()
{
- register int n;
+ int n;
while (wordtype[++wordnumber] != NOUNS && wordnumber <= wordcount);
if (wordtype[wordnumber] == NOUNS && testbit(location[position].objects,wordvalue[wordnumber])){
@@ -126,7 +126,7 @@ love()
zzz()
{
int oldtime;
- register int n;
+ int n;
oldtime = gtime;
if ((snooze - gtime) < (0.75 * CYCLE)){