diff options
| author | mycroft <mycroft@NetBSD.org> | 2000-07-23 23:57:23 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 2000-07-23 23:57:23 +0000 |
| commit | 74639ea369dcee2bed9c2d2c8ee108d4336a9858 (patch) | |
| tree | 941b202d6746a6296df1ad1869ec0c4e1b10fc43 /battlestar/com1.c | |
| parent | f6138c99bc04c12506713ae9badd0552ddfc22e5 (diff) | |
| download | bsdgames-darwin-74639ea369dcee2bed9c2d2c8ee108d4336a9858.tar.gz bsdgames-darwin-74639ea369dcee2bed9c2d2c8ee108d4336a9858.zip | |
Rename move() to moveplayer() to avoid clashing with libcurses.
Diffstat (limited to 'battlestar/com1.c')
| -rw-r--r-- | battlestar/com1.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/battlestar/com1.c b/battlestar/com1.c index 5111236a..a2d37122 100644 --- a/battlestar/com1.c +++ b/battlestar/com1.c @@ -1,4 +1,4 @@ -/* $NetBSD: com1.c,v 1.9 1999/09/18 19:38:46 jsm Exp $ */ +/* $NetBSD: com1.c,v 1.10 2000/07/23 23:57:23 mycroft Exp $ */ /* * Copyright (c) 1983, 1993 @@ -38,14 +38,14 @@ #if 0 static char sccsid[] = "@(#)com1.c 8.2 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: com1.c,v 1.9 1999/09/18 19:38:46 jsm Exp $"); +__RCSID("$NetBSD: com1.c,v 1.10 2000/07/23 23:57:23 mycroft Exp $"); #endif #endif /* not lint */ #include "extern.h" int -move(thataway, token) +moveplayer(thataway, token) int thataway, token; { wordnumber++; |
