X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=edge-table.lisp;h=653c0c12c118970e09d0a388b117e710dbad4416;hb=48b1a775e575a66bc154620107a8e27321ea306c;hp=ec5013c0ed7388e5ba5fe23fffe95e2d7bb53532;hpb=b29c5d666cbd1d0c08d4da49b32e4ed41c6dabba;p=reversi.git diff --git a/edge-table.lisp b/edge-table.lisp index ec5013c..653c0c1 100644 --- a/edge-table.lisp +++ b/edge-table.lisp @@ -2,17 +2,26 @@ ;;;; ;;;; FILE IDENTIFICATION ;;;; -;;;; Name: edge-table.cl +;;;; Name: edge-table.lisp ;;;; Purpose: Edge table routines for reversi -;;;; Programer: Kevin M. Rosenberg, M.D. +;;;; Programer: Kevin M. Rosenberg based on code by Peter Norvig ;;;; Date Started: 1 Nov 2001 -;;;; CVS Id: $Id: edge-table.lisp,v 1.1 2002/10/25 08:36:42 kevin Exp $ ;;;; +;;;; $Id: edge-table.lisp,v 1.3 2003/05/06 15:51:20 kevin Exp $ +;;;; +;;;; This file is Copyright (c) 2001-2002 by Kevin M. Rosenberg +;;;; and Copyright (c) 1998-2002 Peter Norvig +;;;; +;;;; Reversi users are granted the rights to distribute and use this software +;;;; as governed by the terms of the Lisp Lesser GNU Public License +;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;;*************************************************************************** -(in-package :reversi) -(declaim (optimize (safety 1) (debug 3) (speed 3) (compilation-speed 0))) +(in-package #:reversi) + +(eval-when (:compile-toplevel) + (declaim (optimize (safety 1) (space 0) (speed 3) (compilation-speed 0)))) (eval-when (:compile-toplevel :load-toplevel :execute) (defparameter *edge-and-x-lists*