summaryrefslogtreecommitdiffstats
path: root/gomoku/makemove.c
diff options
context:
space:
mode:
Diffstat (limited to 'gomoku/makemove.c')
-rw-r--r--gomoku/makemove.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gomoku/makemove.c b/gomoku/makemove.c
index b67b3e77..7d6a95e7 100644
--- a/gomoku/makemove.c
+++ b/gomoku/makemove.c
@@ -1,3 +1,5 @@
+/* $NetBSD: makemove.c,v 1.2 1996/12/28 18:57:02 tls Exp $
+*/
/*
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
@@ -35,7 +37,11 @@
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)makemove.c 8.2 (Berkeley) 5/3/95";
+#else
+static char rcsid[] = "$NetBSD: makemove.c,v 1.2 1996/12/28 18:57:02 tls Exp $";
+#endif
#endif /* not lint */
#include "gomoku.h"