Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/mille ANSIfy



details:   https://anonhg.NetBSD.org/src/rev/0d425dd04fbb
branches:  trunk
changeset: 765287:0d425dd04fbb
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon May 23 22:59:27 2011 +0000

description:
ANSIfy

diffstat:

 games/mille/print.c |  11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diffs (32 lines):

diff -r 23982cf73cda -r 0d425dd04fbb games/mille/print.c
--- a/games/mille/print.c       Mon May 23 22:58:44 2011 +0000
+++ b/games/mille/print.c       Mon May 23 22:59:27 2011 +0000
@@ -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 @@
 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;



Home | Main Index | Thread Index | Old Index