From 44fac3a89d25ca434f91c4f961a363ea590faae8 Mon Sep 17 00:00:00 2001 From: billf Date: Tue, 16 Nov 1999 02:58:06 +0000 Subject: Sync our register usage with NetBSD's (non-)usage. --- games/mille/save.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'games/mille/save.c') diff --git a/games/mille/save.c b/games/mille/save.c index 9efb7f8..728bc1c 100644 --- a/games/mille/save.c +++ b/games/mille/save.c @@ -67,9 +67,9 @@ int read(), write(); save() { extern int errno; - reg char *sp; - reg int outf; - reg time_t *tp; + char *sp; + int outf; + time_t *tp; char buf[80]; time_t tme; STAT junk; @@ -143,10 +143,10 @@ over: * be cleaned up before the game starts. */ rest_f(file) -reg char *file; { +char *file; { - reg char *sp; - reg int inf; + char *sp; + int inf; char buf[80]; STAT sbuf; -- cgit v1.1