summaryrefslogtreecommitdiffstats
path: root/larn/main.c
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1997-07-13 20:21:32 +0000
committerchristos <christos@NetBSD.org>1997-07-13 20:21:32 +0000
commitc4681dc027d7cdf9019c8e8af1ee47dc45446afd (patch)
tree1d922bff58f97096e0fa5cfe8d743f4ff8444291 /larn/main.c
parent3638c6860decfacc7974156434d4dfdd31a47443 (diff)
downloadbsdgames-darwin-c4681dc027d7cdf9019c8e8af1ee47dc45446afd.tar.gz
bsdgames-darwin-c4681dc027d7cdf9019c8e8af1ee47dc45446afd.tar.zst
bsdgames-darwin-c4681dc027d7cdf9019c8e8af1ee47dc45446afd.zip
gtime -> gltime to avoid conflict in time.h
Diffstat (limited to 'larn/main.c')
-rw-r--r--larn/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/larn/main.c b/larn/main.c
index e691471d..1517c787 100644
--- a/larn/main.c
+++ b/larn/main.c
@@ -1,5 +1,5 @@
#ifndef lint
-static char rcsid[] = "$NetBSD: main.c,v 1.9 1996/05/22 00:36:09 mrg Exp $";
+static char rcsid[] = "$NetBSD: main.c,v 1.10 1997/07/13 20:21:36 christos Exp $";
#endif /* not lint */
/* main.c */
@@ -258,7 +258,7 @@ qshowstr()
{ for (i=22; i<84; i++)
for (j=0; j<=k; j++) if (i==iven[j]) show3(j); k=0; }
- lprintf("\nElapsed time is %d. You have %d mobuls left",(long)((gtime+99)/100+1),(long)((TIMELIMIT-gtime)/100));
+ lprintf("\nElapsed time is %d. You have %d mobuls left",(long)((gltime+99)/100+1),(long)((TIMELIMIT-gltime)/100));
more(); nosignal=sigsav;
}