[cl-store-cvs] CVS update: cl-store/package.lisp
Sean Ross
sross at common-lisp.net
Fri Jun 4 14:03:46 UTC 2004
Update of /project/cl-store/cvsroot/cl-store
In directory common-lisp.net:/tmp/cvs-serv3078
Modified Files:
package.lisp
Log Message:
Whoops, forgot the openmcl imports
Date: Fri Jun 4 07:03:46 2004
Author: sross
Index: cl-store/package.lisp
diff -u cl-store/package.lisp:1.4 cl-store/package.lisp:1.5
--- cl-store/package.lisp:1.4 Fri Jun 4 06:55:33 2004
+++ cl-store/package.lisp Fri Jun 4 07:03:46 2004
@@ -62,7 +62,24 @@
standard-class
class-of)
-
+ #+openmcl (:import-from :openmcl-mop
+ slot-definition-name
+ slot-value-using-class
+ slot-boundp-using-class
+ slot-definition-allocation
+ compute-slots
+ slot-definition-initform
+ slot-definition-initargs
+ slot-definition-name
+ slot-definition-readers
+ slot-definition-type
+ slot-definition-writers
+ class-direct-default-initargs
+ class-direct-slots
+ class-direct-superclasses
+ class-slots
+ ensure-class)
+
#+clisp (:import-from :clos
slot-value
std-compute-slots
More information about the Cl-store-cvs
mailing list