summaryrefslogtreecommitdiffstats
path: root/cribbage/support.c
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2002-12-06 01:48:24 +0000
committerthorpej <thorpej@NetBSD.org>2002-12-06 01:48:24 +0000
commitdea17044cc7c872686fc5ac96e59e518340e7f67 (patch)
treeb8e873e7ad94d4dabcacafaac53a8a65d4122bb3 /cribbage/support.c
parenta8bfdad49d7620b77f20ab86a8e20ac0229e392e (diff)
downloadbsdgames-darwin-dea17044cc7c872686fc5ac96e59e518340e7f67.tar.gz
bsdgames-darwin-dea17044cc7c872686fc5ac96e59e518340e7f67.tar.zst
bsdgames-darwin-dea17044cc7c872686fc5ac96e59e518340e7f67.zip
Avoid confict with reserved identifier "expl".
Diffstat (limited to 'cribbage/support.c')
-rw-r--r--cribbage/support.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cribbage/support.c b/cribbage/support.c
index 2f3c076a..288bb0c6 100644
--- a/cribbage/support.c
+++ b/cribbage/support.c
@@ -1,4 +1,4 @@
-/* $NetBSD: support.c,v 1.5 1999/09/08 21:17:47 jsm Exp $ */
+/* $NetBSD: support.c,v 1.6 2002/12/06 01:48:25 thorpej Exp $ */
/*-
* Copyright (c) 1980, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)support.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: support.c,v 1.5 1999/09/08 21:17:47 jsm Exp $");
+__RCSID("$NetBSD: support.c,v 1.6 2002/12/06 01:48:25 thorpej Exp $");
#endif
#endif /* not lint */
@@ -152,7 +152,7 @@ plyrhand(hand, s)
msg("You should have taken %d, not %d!", i, j);
}
if (explain)
- msg("Explanation: %s", expl);
+ msg("Explanation: %s", explan);
do_wait();
} else
win = chkscr(&pscore, i);