summaryrefslogtreecommitdiff
path: root/games/cribbage/cribbage.h
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2004-01-16 00:13:20 +0000
committerMarc Espie <espie@cvs.openbsd.org>2004-01-16 00:13:20 +0000
commit09d5eda8e33e493360cf12b383226bd3eee21154 (patch)
tree993e0153b4862c320209cbac10ee88d83f58de9a /games/cribbage/cribbage.h
parented1ec3296e69a786bdb096bda64760f5b0a6fa54 (diff)
ISO C police: log and expl are reserved for the C library.
expl -> expl_string log -> logit
Diffstat (limited to 'games/cribbage/cribbage.h')
-rw-r--r--games/cribbage/cribbage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/cribbage/cribbage.h b/games/cribbage/cribbage.h
index 26fe764e942..88eb40f63ff 100644
--- a/games/cribbage/cribbage.h
+++ b/games/cribbage/cribbage.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cribbage.h,v 1.6 2003/06/03 03:01:39 millert Exp $ */
+/* $OpenBSD: cribbage.h,v 1.7 2004/01/16 00:13:18 espie Exp $ */
/* $NetBSD: cribbage.h,v 1.3 1995/03/21 15:08:46 cgd Exp $ */
/*
@@ -57,7 +57,7 @@ extern bool rflag; /* if all cuts random */
extern bool quiet; /* if suppress random mess */
extern bool playing; /* currently playing game */
-extern char expl[128]; /* string for explanation */
+extern char expl_string[128]; /* string for explanation */
void addmsg(const char *, ...);
int adjust(CARD [], CARD);