X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=utils.lisp;h=247722415a707252417378d1fefa378d61431a4e;hb=48b1a775e575a66bc154620107a8e27321ea306c;hp=1a904e54232ca76a991ac61a9dbd71526365e921;hpb=1758cfb593196dd65c70199aa1ebd90cbd6e7ee5;p=reversi.git diff --git a/utils.lisp b/utils.lisp index 1a904e5..2477224 100644 --- a/utils.lisp +++ b/utils.lisp @@ -7,7 +7,7 @@ ;;;; Programer: Kevin M. Rosenberg ;;;; Date Started: 1 Nov 2001 ;;;; -;;;; $Id: utils.lisp,v 1.2 2002/10/25 09:23:39 kevin Exp $ +;;;; $Id: utils.lisp,v 1.4 2003/05/06 15:51:20 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2001-2002 by Kevin M. Rosenberg ;;;; @@ -16,9 +16,13 @@ ;;;; (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)))) + +(defmacro missing-argument () + `(error "Missing an argument to a constructor")) ;; Anaphoric macros