diff options
Diffstat (limited to 'games/gomoku/makemove.c')
-rw-r--r-- | games/gomoku/makemove.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/games/gomoku/makemove.c b/games/gomoku/makemove.c index 9d883a39179..f9cc487c513 100644 --- a/games/gomoku/makemove.c +++ b/games/gomoku/makemove.c @@ -1,4 +1,4 @@ -/* $OpenBSD: makemove.c,v 1.6 2003/06/03 03:01:39 millert Exp $ */ +/* $OpenBSD: makemove.c,v 1.7 2009/10/27 23:59:24 deraadt Exp $ */ /* * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. @@ -31,14 +31,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)makemove.c 8.2 (Berkeley) 5/3/95"; -#else -static char rcsid[] = "$OpenBSD: makemove.c,v 1.6 2003/06/03 03:01:39 millert Exp $"; -#endif -#endif /* not lint */ - #include "gomoku.h" /* direction deltas */ |