aboutsummaryrefslogtreecommitdiff
path: root/games/trek/autover.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/trek/autover.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/trek/autover.c')
-rw-r--r--games/trek/autover.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/trek/autover.c b/games/trek/autover.c
index da0ca7dcc386..9fdaa261106b 100644
--- a/games/trek/autover.c
+++ b/games/trek/autover.c
@@ -60,7 +60,7 @@ static char sccsid[] = "@(#)autover.c 8.1 (Berkeley) 5/31/93";
autover()
{
double dist;
- register int course;
+ int course;
printf("\07RED ALERT: The %s is in a supernova quadrant\n", Ship.shipname);
printf("*** Emergency override attempts to hurl %s to safety\n", Ship.shipname);