X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=mop.lisp;h=5bfe3d01ebab6ab1ff667c89bf74ef4d1d05e7fa;hp=3252d618bea98f4a1473e10eb0ee81874ad6f0f8;hb=b30c91702a68ca81402b646bd7468bfc75c5a804;hpb=d4cc19d53788d5180eeef28b1c63edad0f201d5f diff --git a/mop.lisp b/mop.lisp index 3252d61..5bfe3d0 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.13 2003/04/30 03:18:55 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)) ) @@ -120,7 +120,7 @@ clos:compute-effective-slot-definition clos::compute-effective-slot-definition-initargs clos::slot-value-using-class - clos:class-prototype clos:generic-function-method-class clos:intern-eql-specializer + clos::class-prototype clos:generic-function-method-class clos:intern-eql-specializer clos:make-method-lambda clos:generic-function-lambda-list clos::compute-slots ;; note: make-method-lambda is not fbound