-/* $NetBSD: play.c,v 1.4 1997/10/12 21:25:07 christos Exp $ */
+/* $NetBSD: play.c,v 1.6 1999/09/08 21:45:33 jsm Exp $ */
/*
* Copyright (c) 1980, 1993
#if 0
static char sccsid[] = "@(#)play.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: play.c,v 1.4 1997/10/12 21:25:07 christos Exp $");
+__RCSID("$NetBSD: play.c,v 1.6 1999/09/08 21:45:33 jsm Exp $");
#endif
#endif /* not lint */
** on how we are doing after the move.
*/
-struct cvntab Comtab[] =
+const struct cvntab Comtab[] =
{
{ "abandon", "", abandon, 0 },
{ "ca", "pture", capture, 0 },
/*ARGSUSED*/
void
myreset(v)
- int v;
+ int v __attribute__((__unused__));
{
extern jmp_buf env;
void
play()
{
- struct cvntab *r;
+ const struct cvntab *r;
while (1)
{