r4300: Auto commit for Debian build
[hyperobject.git] / package.lisp
index dbc22cc7ee294baa0dbe6613eb227aaa6d83b5db..b91185c2221f7c9699ab5be7bb25d443e6dcf35d 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: package.lisp,v 1.37 2003/03/31 14:15:08 kevin Exp $
+;;;; $Id: package.lisp,v 1.38 2003/03/31 16:04:31 kevin Exp $
 ;;;;
 ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg
 ;;;; *************************************************************************
 
 (defpackage #:hyperobject
   (:nicknames #:ho)
-  (:use #:common-lisp #:kmrcl #+kmr-sbcl-mop "SB-MOP")
+  (:use #:common-lisp #:kmrcl
+       #+kmr-sbcl-mop #:sb-mop
+       #+allegro #:mop
+       #+lispworks #:clos)
   (:export
    #:package
    #:hyperobject
 (eval-when (:compile-toplevel :load-toplevel :execute)
   (shadowing-import
    #+allegro
-   '(mop::class-slots mop::slot-definition-name mop:finalize-inheritance
-     mop::standard-direct-slot-definition mop::standard-effective-slot-definition
-     mop:direct-slot-definition-class mop:compute-effective-slot-definition
-     excl::compute-effective-slot-definition-initargs
-     mop:slot-value-using-class
-     mop:class-prototype mop:generic-function-method-class mop:intern-eql-specializer
-     mop:make-method-lambda)
+   '(excl::compute-effective-slot-definition-initargs
+     )
    #+lispworks
-   '(clos:class-slots clos::slot-definition-name clos:finalize-inheritance
+   '(clos:class-slots clos::slot-definition-name
      clos::standard-direct-slot-definition clos::standard-effective-slot-definition
-     clos:direct-slot-definition-class clos:compute-effective-slot-definition
      clos::compute-effective-slot-definition-initargs
-     clos:slot-value-using-class clos:make-method-lambda)
+     clos:make-method-lambda)
    #+kmr-sbcl-mop 
    '(sb-pcl::compute-effective-slot-definition-initargs
      )