From dea17044cc7c872686fc5ac96e59e518340e7f67 Mon Sep 17 00:00:00 2001 From: thorpej Date: Fri, 6 Dec 2002 01:48:24 +0000 Subject: Avoid confict with reserved identifier "expl". --- cribbage/extern.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cribbage/extern.c') diff --git a/cribbage/extern.c b/cribbage/extern.c index c4c9fc32..12e23bae 100644 --- a/cribbage/extern.c +++ b/cribbage/extern.c @@ -1,4 +1,4 @@ -/* $NetBSD: extern.c,v 1.5 1999/09/19 18:12:09 jsm Exp $ */ +/* $NetBSD: extern.c,v 1.6 2002/12/06 01:48:24 thorpej Exp $ */ /*- * Copyright (c) 1980, 1993 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)extern.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: extern.c,v 1.5 1999/09/19 18:12:09 jsm Exp $"); +__RCSID("$NetBSD: extern.c,v 1.6 2002/12/06 01:48:24 thorpej Exp $"); #endif #endif /* not lint */ @@ -52,7 +52,7 @@ BOOLEAN iwon = FALSE; /* if comp won last game */ BOOLEAN quiet = FALSE; /* if suppress random mess */ BOOLEAN rflag = FALSE; /* if all cuts random */ -char expl[128]; /* explanation */ +char explan[128]; /* explanation */ int cgames = 0; /* number games comp won */ int cscore = 0; /* comp score in this game */ -- cgit v1.2.3-56-ge451