+/* $NetBSD: end.c,v 1.6 1997/10/12 00:53:51 lukem Exp $ */
+
/*
- * Copyright (c) 1982 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1982, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
#ifndef lint
-static char sccsid[] = "@(#)end.c 5.4 (Berkeley) 6/1/90";
+#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"
* 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;
}
}
# endif
-