X-Git-Url: http://git.kpe.io/?p=reversi.git;a=blobdiff_plain;f=utils.lisp;h=8a3ac40577d047ad9180359642a13ebdab05ab51;hp=247722415a707252417378d1fefa378d61431a4e;hb=20c849f483c381f84eae22eee807280c8d00e554;hpb=1d59e17264a602c64d27607c2c00d98cca03e82e diff --git a/utils.lisp b/utils.lisp index 2477224..8a3ac40 100644 --- a/utils.lisp +++ b/utils.lisp @@ -7,9 +7,9 @@ ;;;; Programer: Kevin M. Rosenberg ;;;; Date Started: 1 Nov 2001 ;;;; -;;;; $Id: utils.lisp,v 1.4 2003/05/06 15:51:20 kevin Exp $ +;;;; $Id: utils.lisp,v 1.5 2003/06/12 12:42:13 kevin Exp $ ;;;; -;;;; This file is Copyright (c) 2001-2002 by Kevin M. Rosenberg +;;;; This file is Copyright (c) 2001-2003 by Kevin M. Rosenberg ;;;; ;;;; Reversi users are granted the rights to distribute and use this software ;;;; as governed by the terms of the Lisp Lesser GNU Public License @@ -18,8 +18,6 @@ (in-package #:reversi) -(eval-when (:compile-toplevel) - (declaim (optimize (safety 1) (space 0) (speed 3) (compilation-speed 0)))) (defmacro missing-argument () `(error "Missing an argument to a constructor"))