summaryrefslogtreecommitdiffstats
path: root/adventure/main.c
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1997-10-10 11:59:26 +0000
committerlukem <lukem@NetBSD.org>1997-10-10 11:59:26 +0000
commitccdde728ae3782113b7cc37dfd324b95fd647b80 (patch)
treefe3bf5c41a2a3f051023572550f5244503b00d5c /adventure/main.c
parent86e48c9a3b89780b5b63ae73636bda9f6c35206d (diff)
downloadbsdgames-darwin-ccdde728ae3782113b7cc37dfd324b95fd647b80.tar.gz
bsdgames-darwin-ccdde728ae3782113b7cc37dfd324b95fd647b80.tar.zst
bsdgames-darwin-ccdde728ae3782113b7cc37dfd324b95fd647b80.zip
deprecate register, fixup .Nm usage
Diffstat (limited to 'adventure/main.c')
-rw-r--r--adventure/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/adventure/main.c b/adventure/main.c
index e5d12126..a9e83b70 100644
--- a/adventure/main.c
+++ b/adventure/main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.6 1997/08/11 14:06:16 christos Exp $ */
+/* $NetBSD: main.c,v 1.7 1997/10/10 11:59:49 lukem Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -48,7 +48,7 @@ __COPYRIGHT("@(#) Copyright (c) 1991, 1993\n\
#if 0
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/2/93";
#else
-__RCSID("$NetBSD: main.c,v 1.6 1997/08/11 14:06:16 christos Exp $");
+__RCSID("$NetBSD: main.c,v 1.7 1997/10/10 11:59:49 lukem Exp $");
#endif
#endif /* not lint */
@@ -66,7 +66,7 @@ main(argc,argv)
int argc;
char **argv;
{
- register int i;
+ int i;
int rval,ll;
struct text *kk;