summaryrefslogtreecommitdiffstats
path: root/games/worm
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/worm
parentecc8d489403ddff78c214db39def15049d5dae6a (diff)
downloadFreeBSD-src-44fac3a89d25ca434f91c4f961a363ea590faae8.zip
FreeBSD-src-44fac3a89d25ca434f91c4f961a363ea590faae8.tar.gz
Sync our register usage with NetBSD's (non-)usage.
Diffstat (limited to 'games/worm')
-rw-r--r--games/worm/worm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/worm/worm.c b/games/worm/worm.c
index 6c40362..a408474 100644
--- a/games/worm/worm.c
+++ b/games/worm/worm.c
@@ -139,8 +139,8 @@ main(argc, argv)
life()
{
- register struct body *bp, *np;
- register int i;
+ struct body *bp, *np;
+ int i;
head = newlink();
head->x = start_len+2;
@@ -210,7 +210,7 @@ prize()
process(ch)
char ch;
{
- register int x,y;
+ int x,y;
struct body *nh;
alarm(0);
OpenPOWER on IntegriCloud