summaryrefslogtreecommitdiffstats
path: root/games/larn/nap.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/larn/nap.c')
-rw-r--r--games/larn/nap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/larn/nap.c b/games/larn/nap.c
index 7b294fa..fbe4f61 100644
--- a/games/larn/nap.c
+++ b/games/larn/nap.c
@@ -14,7 +14,7 @@
* routine to take a nap for n milliseconds
*/
nap(x)
- register int x;
+ int x;
{
if (x<=0) return; /* eliminate chance for infinite loop */
lflush();
@@ -93,7 +93,7 @@ static napms(time)
struct timeb _gtime;
time_t matchtime;
unsigned short matchmilli;
- register struct timeb *tp = & _gtime;
+ struct timeb *tp = & _gtime;
if (time <= 0) return;
ftime(tp);
OpenPOWER on IntegriCloud