X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=io.lisp;h=c31392e552af4a88eba7683ed367d0effdc40db4;hb=062d6c95c94ac969bd49083dea184c9bb81d6fea;hp=57940c47ae0e6cbab44c7c7372fb0f19a499c767;hpb=c090fe80e307758da62ceb1a5371fbf0f8fa603c;p=reversi.git diff --git a/io.lisp b/io.lisp index 57940c4..c31392e 100644 --- a/io.lisp +++ b/io.lisp @@ -8,7 +8,7 @@ ;;;; Programer: Kevin Rosenberg based on code by Peter Norvig ;;;; Date Started: 1 Nov 2001 ;;;; -;;;; $Id: io.lisp,v 1.5 2003/06/12 13:28:55 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file is Copyright (c) 2001-2003 by Kevin M. Rosenberg ;;;; and Copyright (c) 1998-2002 Peter Norvig @@ -26,7 +26,7 @@ (cross-product #'concat-symbol '(? A B C D E F G H ?) '(? 1 2 3 4 5 6 7 8 ?)))) - (declaim (type list square-names)) + (declare (type list square-names)) (defun h8->88 (str) "Convert from alphanumeric to numeric square notation."