summaryrefslogtreecommitdiffstats
path: root/games/trek/setup.c
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-11-16 02:58:06 +0000
committerbillf <billf@FreeBSD.org>1999-11-16 02:58:06 +0000
commit44fac3a89d25ca434f91c4f961a363ea590faae8 (patch)
treea0cca4d47c73890ff2acd4b0d9331509ac360eb2 /games/trek/setup.c
parentecc8d489403ddff78c214db39def15049d5dae6a (diff)
downloadFreeBSD-src-44fac3a89d25ca434f91c4f961a363ea590faae8.zip
FreeBSD-src-44fac3a89d25ca434f91c4f961a363ea590faae8.tar.gz
Sync our register usage with NetBSD's (non-)usage.
Diffstat (limited to 'games/trek/setup.c')
-rw-r--r--games/trek/setup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/trek/setup.c b/games/trek/setup.c
index cd8523a..d06f9e8 100644
--- a/games/trek/setup.c
+++ b/games/trek/setup.c
@@ -75,13 +75,13 @@ struct cvntab Skitab[] =
setup()
{
struct cvntab *r;
- register int i, j;
+ int i, j;
double f;
int d;
int fd;
int klump;
int ix, iy;
- register struct quad *q;
+ struct quad *q;
struct event *e;
while (1)
OpenPOWER on IntegriCloud