From 74639ea369dcee2bed9c2d2c8ee108d4336a9858 Mon Sep 17 00:00:00 2001 From: mycroft Date: Sun, 23 Jul 2000 23:57:23 +0000 Subject: Rename move() to moveplayer() to avoid clashing with libcurses. --- battlestar/com1.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'battlestar/com1.c') 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++; -- cgit v1.2.3