X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=9d9a718999438a95927eb12d9fcda1213eb0c9ee;hb=cd6808ca495d1e87294b17610dc34d3dc5dc4c15;hp=fe22efdb05de6de51616d32478c5a756472a3b9c;hpb=79f18c7d13f75a9139d079afbef9880b4663b188;p=hyperobject.git diff --git a/package.lisp b/package.lisp index fe22efd..9d9a718 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.39 2003/03/31 16:07:08 kevin Exp $ +;;;; $Id: package.lisp,v 1.42 2003/04/15 05:18:22 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -53,8 +53,7 @@ #+lispworks '(clos::compute-effective-slot-definition-initargs) #+kmr-sbcl-mop - '(sb-pcl::compute-effective-slot-definition-initargs - ) + '(sb-pcl::compute-effective-slot-definition-initargs) #+kmr-sbcl-pcl '(sb-pcl:class-of sb-pcl:class-name sb-pcl:class-slots sb-pcl:find-class sb-pcl::standard-class @@ -65,7 +64,7 @@ sb-pcl::compute-effective-slot-definition-initargs sb-pcl::slot-value-using-class sb-pcl:class-prototype sb-pcl:generic-function-method-class sb-pcl:intern-eql-specializer - sb-pcl:make-method-lambda) + sb-pcl:make-method-lambda sb-pcl:generic-function-lambda-list) #+cmu '(pcl:class-of pcl:class-name pcl:class-slots pcl:find-class pcl::standard-class pcl::slot-definition-name pcl:finalize-inheritance @@ -75,7 +74,7 @@ pcl::compute-effective-slot-definition-initargs pcl::slot-value-using-class pcl:class-prototype pcl:generic-function-method-class pcl:intern-eql-specializer - pcl:make-method-lambda) + pcl:make-method-lambda pcl:generic-function-lambda-list) #+scl '(clos:class-slots clos::standard-class clos::slot-definition-name clos:finalize-inheritance @@ -85,7 +84,9 @@ clos::compute-effective-slot-definition-initargs clos::slot-value-using-class clos::class-prototype clos:generic-function-method-class - clos:intern-eql-specializer clos:make-method-lambda) + ;; note: make-method-lambda is not fbound + clos:intern-eql-specializer clos:make-method-lambda + clos:generic-function-lambda-list) :hyperobject))