]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - mille/end.c
defined(attron) does not mean there is a <term.h>
[bsdgames-darwin.git] / mille / end.c
index 6dcb9767d9b713e6c29c9fda6cc87136f3dd7dd7..49b7bbe356e52ef316072cf0a23d6feec89af0e6 100644 (file)
@@ -1,3 +1,5 @@
+/*     $NetBSD: end.c,v 1.6 1997/10/12 00:53:51 lukem Exp $    */
+
 /*
  * Copyright (c) 1982, 1993
  *     The Regents of the University of California.  All rights reserved.
  * SUCH DAMAGE.
  */
 
+#include <sys/cdefs.h>
 #ifndef lint
-/*static char sccsid[] = "from: @(#)end.c      8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: end.c,v 1.3 1994/05/12 17:39:29 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)end.c      8.1 (Berkeley) 5/31/93";
+#else
+__RCSID("$NetBSD: end.c,v 1.6 1997/10/12 00:53:51 lukem Exp $");
+#endif
 #endif /* not lint */
 
 # include      "mille.h"
@@ -46,10 +52,11 @@ static char rcsid[] = "$Id: end.c,v 1.3 1994/05/12 17:39:29 jtc Exp $";
  *     print out the score as if it was final, and add the totals for
  * the end-of-games points to the user who deserves it (if any).
  */
+void
 finalscore(pp)
-reg PLAY       *pp; {
-
-       reg int         temp, tot, num;
+       PLAY    *pp;
+{
+       int     temp, tot, num;
 
        if (pp->was_finished == Finished)
                return;
@@ -146,4 +153,3 @@ undoex() {
        }
 }
 # endif
-