-/* $NetBSD: print.c,v 1.17 2011/08/16 11:14:04 christos Exp $ */
+/* $NetBSD: print.c,v 1.18 2011/08/21 08:50:08 christos Exp $ */
/*
* Copyright (c) 1982, 1993
#if 0
static char sccsid[] = "@(#)print.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: print.c,v 1.17 2011/08/16 11:14:04 christos Exp $");
+__RCSID("$NetBSD: print.c,v 1.18 2011/08/21 08:50:08 christos Exp $");
#endif
#endif /* not lint */
*lc = c;
}
-#define Score_fmt "%4d"
+static const char Score_fmt[] = "%4d";
void
prscore(bool for_real)