X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=mop.lisp;h=c62a2505dff269930403053746196db332b042f7;hb=7020e8ae7ee885f138741899627f57b6bdcceeae;hp=3252d618bea98f4a1473e10eb0ee81874ad6f0f8;hpb=d4cc19d53788d5180eeef28b1c63edad0f201d5f;p=kmrcl.git diff --git a/mop.lisp b/mop.lisp index 3252d61..c62a250 100644 --- a/mop.lisp +++ b/mop.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2003 ;;;; -;;;; $Id: mop.lisp,v 1.11 2003/04/29 09:23:56 kevin Exp $ +;;;; $Id: mop.lisp,v 1.12 2003/04/29 10:33:32 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -58,7 +58,7 @@ (error "metaclass ~A class slot ~A must have a value" (quote ,metaclass) name)) (list name `',value)) #+(or allegro sbcl cmu scl) - (declare (ignore slot-name required)) + (declare (ignore metaclass slot-name required)) ) (defmacro process-slot-option (metaclass slot-name) @@ -70,7 +70,7 @@ slot) (list* option `',value already-processed-options)) #-lispworks - (declare (ignore slot-name)) + (declare (ignore metaclass slot-name)) )