r4302: *** empty log message ***
[hyperobject.git] / package.lisp
index b91185c2221f7c9699ab5be7bb25d443e6dcf35d..b261fdeb5aa26d5478f07697e020d58915d1a199 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: package.lisp,v 1.38 2003/03/31 16:04:31 kevin Exp $
+;;;; $Id: package.lisp,v 1.40 2003/03/31 19:22:22 kevin Exp $
 ;;;;
 ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg
 ;;;; *************************************************************************
 (eval-when (:compile-toplevel :load-toplevel :execute)
   (shadowing-import
    #+allegro
-   '(excl::compute-effective-slot-definition-initargs
-     )
+   '(excl::compute-effective-slot-definition-initargs)
    #+lispworks
-   '(clos:class-slots clos::slot-definition-name
-     clos::standard-direct-slot-definition clos::standard-effective-slot-definition
-     clos::compute-effective-slot-definition-initargs
-     clos:make-method-lambda)
+   '(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