summaryrefslogtreecommitdiffstats
path: root/adventure/init.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/init.c
parent86e48c9a3b89780b5b63ae73636bda9f6c35206d (diff)
downloadbsdgames-darwin-ccdde728ae3782113b7cc37dfd324b95fd647b80.tar.gz
bsdgames-darwin-ccdde728ae3782113b7cc37dfd324b95fd647b80.zip
deprecate register, fixup .Nm usage
Diffstat (limited to 'adventure/init.c')
-rw-r--r--adventure/init.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/adventure/init.c b/adventure/init.c
index 11c3b0e7..5c9aa7c9 100644
--- a/adventure/init.c
+++ b/adventure/init.c
@@ -1,4 +1,4 @@
-/* $NetBSD: init.c,v 1.5 1997/08/11 14:06:14 christos Exp $ */
+/* $NetBSD: init.c,v 1.6 1997/10/10 11:59:42 lukem Exp $ */
/*-
* Copyright (c) 1993
@@ -43,7 +43,7 @@
#if 0
static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 6/2/93";
#else
-__RCSID("$NetBSD: init.c,v 1.5 1997/08/11 14:06:14 christos Exp $");
+__RCSID("$NetBSD: init.c,v 1.6 1997/10/10 11:59:42 lukem Exp $");
#endif
#endif /* not lint */
@@ -88,7 +88,7 @@ char a,b,c,d,e;
void
linkdata() /* secondary data manipulation */
-{ register int i,j;
+{ int i,j;
/* array linkages */
for (i=1; i<=LOCSIZ; i++)