X-Git-Url: http://git.kpe.io/?p=reversi.git;a=blobdiff_plain;f=utils.lisp;h=d201033e9cd3750f770d6c2ced5e6ace72e7dcc8;hp=1a904e54232ca76a991ac61a9dbd71526365e921;hb=5c954ef78b1ea675a6f3f12c118b053665a38f39;hpb=1ec8b02546e82607c43e66e7ed82e59e9e7874fb diff --git a/utils.lisp b/utils.lisp index 1a904e5..d201033 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.3 2002/10/25 12:39:15 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2001-2002 by Kevin M. Rosenberg ;;;; @@ -19,6 +19,8 @@ (in-package :reversi) (declaim (optimize (safety 1) (debug 3) (speed 3) (compilation-speed 0))) +(defmacro missing-argument () + `(error "Missing an argument to a constructor")) ;; Anaphoric macros