summaryrefslogtreecommitdiffstats
path: root/mille
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2011-05-23 22:59:27 +0000
committerjoerg <joerg@NetBSD.org>2011-05-23 22:59:27 +0000
commit0aa54da72125ab6eec1f8dd721546f109aa6df70 (patch)
tree4de617f96bba6d24d67cd516d58f391227182df0 /mille
parentd135dd52bda52c10d6e15d368818148da04feb10 (diff)
downloadbsdgames-darwin-0aa54da72125ab6eec1f8dd721546f109aa6df70.tar.gz
bsdgames-darwin-0aa54da72125ab6eec1f8dd721546f109aa6df70.tar.zst
bsdgames-darwin-0aa54da72125ab6eec1f8dd721546f109aa6df70.zip
ANSIfy
Diffstat (limited to 'mille')
-rw-r--r--mille/print.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/mille/print.c b/mille/print.c
index 44d79f56..8333179e 100644
--- a/mille/print.c
+++ b/mille/print.c
@@ -1,4 +1,4 @@
-/* $NetBSD: print.c,v 1.15 2009/08/12 08:07:27 dholland Exp $ */
+/* $NetBSD: print.c,v 1.16 2011/05/23 22:59:27 joerg Exp $ */
/*
* Copyright (c) 1982, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)print.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: print.c,v 1.15 2009/08/12 08:07:27 dholland Exp $");
+__RCSID("$NetBSD: print.c,v 1.16 2011/05/23 22:59:27 joerg Exp $");
#endif
#endif /* not lint */
@@ -118,12 +118,7 @@ show_card(int y, int x, CARD c, CARD *lc)
static char Score_fmt[] = "%4d";
void
-prscore(for_real)
-#ifdef EXTRAP
- bool for_real;
-#else
- bool for_real __unused;
-#endif
+prscore(bool for_real)
{
PLAY *pp;
int x;