summaryrefslogtreecommitdiffstats
path: root/cribbage/cribbage.h
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/cribbage.h
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/cribbage.h')
-rw-r--r--cribbage/cribbage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cribbage/cribbage.h b/cribbage/cribbage.h
index 963242b7..c0759fc8 100644
--- a/cribbage/cribbage.h
+++ b/cribbage/cribbage.h
@@ -1,4 +1,4 @@
-/* $NetBSD: cribbage.h,v 1.7 1999/09/30 18:01:32 jsm Exp $ */
+/* $NetBSD: cribbage.h,v 1.8 2002/12/06 01:48:24 thorpej Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -59,7 +59,7 @@ extern BOOLEAN rflag; /* if all cuts random */
extern BOOLEAN quiet; /* if suppress random mess */
extern BOOLEAN playing; /* currently playing game */
-extern char expl[]; /* string for explanation */
+extern char explan[]; /* string for explanation */
void addmsg __P((const char *, ...));
int adjust __P((const CARD [], CARD));