X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=71630b20b6529c9d4f507f84b0c0aa1814af61c5;hb=51d6df70857648f762bf43486a5340a548d961c7;hp=8c61b3c50e443aac1676bbb3b4a7d00222edee3f;hpb=1dcc7087f7e716725abd3e0decc8e33d6308ae1a;p=hyperobject.git diff --git a/package.lisp b/package.lisp index 8c61b3c..71630b2 100644 --- a/package.lisp +++ b/package.lisp @@ -7,9 +7,9 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.45 2003/05/07 16:01:48 kevin Exp $ +;;;; $Id: package.lisp,v 1.47 2003/05/15 06:30:19 kevin Exp $ ;;;; -;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg +;;;; This file is Copyright (c) 2000-2003 by Kevin M. Rosenberg ;;;; ************************************************************************* (eval-when (:compile-toplevel :execute) @@ -73,7 +73,8 @@ 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:generic-function-lambda-list) + sb-pcl:make-method-lambda sb-pcl:generic-function-lambda-list + sb-pcl::class-precedence-list) #+kmr-cmucl-mop '(pcl::compute-effective-slot-definition-initargs) #+kmr-cmucl-pcl @@ -85,7 +86,8 @@ 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:generic-function-lambda-list) + pcl:make-method-lambda pcl:generic-function-lambda-list + pcl::class-precedence-list) #+scl '(clos::compute-effective-slot-definition-initargs clos::class-prototype