[Cl-store-devel] Patch for cl-store 0.6 so that it will work with Digitool's MCL

Gary King gwking at metabang.com
Mon Nov 28 19:00:51 UTC 2005


Hi,

Below is a patch so that cl-store will work with Digitool's MCL  
version 5.1 and higher (MCL now shares most of OpenMCL's MOP). BTW,  
CL-Store is very nice and the documentation is a cut above. I'm  
highly, and happily, impressed.


Index: package.lisp
===================================================================
RCS file: /project/cl-store/cvsroot/cl-store/package.lisp,v
retrieving revision 1.22
diff -u -w -r1.22 package.lisp
--- package.lisp        1 Sep 2005 10:24:55 -0000       1.22
+++ package.lisp        28 Nov 2005 18:58:12 -0000
@@ -94,6 +94,24 @@
                            #:class-slots
                            #:ensure-class)

+  #+digitool (:import-from #:ccl
+                          #:generic-function-name
+                          #:slot-definition-name
+                          #:slot-definition-allocation
+                          #:compute-slots
+                          #:slot-definition
+                          #: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)
+
    #+(and clisp (not mop)) (:import-from #:clos
                          #:slot-value
                          #:std-compute-slots


-- 
Gary Warren King
metabang.com
http://www.metabang.com/


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cl-store-devel/attachments/20051128/6cbd8a08/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2367 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/cl-store-devel/attachments/20051128/6cbd8a08/attachment.bin>


More information about the cl-store-devel mailing list