summaryrefslogtreecommitdiffstats
path: root/games/sail/pl_4.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/sail/pl_4.c')
-rw-r--r--games/sail/pl_4.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/sail/pl_4.c b/games/sail/pl_4.c
index e487aaf..db979d9 100644
--- a/games/sail/pl_4.c
+++ b/games/sail/pl_4.c
@@ -68,7 +68,7 @@ changesail()
acceptsignal()
{
char buf[60];
- register char *p = buf;
+ char *p = buf;
*p++ = '"';
sgetstr("Message? ", p, sizeof buf - 2);
@@ -81,9 +81,9 @@ acceptsignal()
lookout()
{
- register struct ship *sp;
+ struct ship *sp;
char buf[3];
- register char c;
+ char c;
sgetstr("What ship? ", buf, sizeof buf);
foreachship(sp) {
@@ -98,7 +98,7 @@ lookout()
char *
saywhat(sp, flag)
-register struct ship *sp;
+struct ship *sp;
char flag;
{
if (sp->file->captain[0])
@@ -114,7 +114,7 @@ char flag;
}
eyeball(ship)
-register struct ship *ship;
+struct ship *ship;
{
int i;
OpenPOWER on IntegriCloud