summaryrefslogtreecommitdiffstats
path: root/sail/pl_main.c
diff options
context:
space:
mode:
authorjwise <jwise@NetBSD.org>2001-01-04 01:13:34 +0000
committerjwise <jwise@NetBSD.org>2001-01-04 01:13:34 +0000
commit0eb576600d73fa407f92dca881df9fc0b68864fd (patch)
tree091c547e81a53ef77193ee7e4b774ee22cf05585 /sail/pl_main.c
parente1e1f91dbfc7209999051d2be1f2b5d534e14348 (diff)
downloadbsdgames-darwin-0eb576600d73fa407f92dca881df9fc0b68864fd.tar.gz
bsdgames-darwin-0eb576600d73fa407f92dca881df9fc0b68864fd.tar.zst
bsdgames-darwin-0eb576600d73fa407f92dca881df9fc0b68864fd.zip
De-`register'
Diffstat (limited to 'sail/pl_main.c')
-rw-r--r--sail/pl_main.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sail/pl_main.c b/sail/pl_main.c
index 1eb08f34..6c974ea8 100644
--- a/sail/pl_main.c
+++ b/sail/pl_main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pl_main.c,v 1.9 2001/01/01 22:23:29 jwise Exp $ */
+/* $NetBSD: pl_main.c,v 1.10 2001/01/04 01:13:34 jwise Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)pl_main.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: pl_main.c,v 1.9 2001/01/01 22:23:29 jwise Exp $");
+__RCSID("$NetBSD: pl_main.c,v 1.10 2001/01/04 01:13:34 jwise Exp $");
#endif
#endif /* not lint */
@@ -62,12 +62,12 @@ pl_main(void)
void
initialize(void)
{
- register struct File *fp;
- register struct ship *sp;
+ struct File *fp;
+ struct ship *sp;
char captain[80];
char message[60];
int load;
- register int n;
+ int n;
char *nameptr;
int nat[NNATION];