r5184: *** empty log message ***
[hyperobject.git] / mop.lisp
index 0a6f6f1da3fdd7fcc09d63e11f5745aa7e012818..1bd40d7ea3f7645a4eedfee16eddce0f756c6dc5 100644 (file)
--- a/mop.lisp
+++ b/mop.lisp
@@ -11,7 +11,7 @@
 ;;;; in Text, HTML, and XML formats. This includes hyperlinking\r
 ;;;; capability and sub-objects.\r
 ;;;;\r
-;;;; $Id: mop.lisp,v 1.78 2003/06/20 08:50:38 kevin Exp $\r
+;;;; $Id: mop.lisp,v 1.79 2003/06/24 08:32:32 kevin Exp $\r
 ;;;;\r
 ;;;; This file is Copyright (c) 2000-2003 by Kevin M. Rosenberg\r
 ;;;; *************************************************************************\r
       (when (and ,required (null value))\r
        (error "hyperobject class slot ~A must have a value" name))\r
       (list name `',value))\r
-    #+(or allegro sbcl cmu scl)\r
+    #+(or allegro sbcl cmu scl openmcl)\r
     (declare (ignore slot-name required))\r
     )\r
 \r
@@ -390,7 +390,7 @@ SQL name"
                   ':function (compile nil method-lambda)\r
                   init-args-values)))))\r
 \r
-#+(or allegro scl)\r
+#+(or allegro scl openmcl)\r
 (progn\r
   ;; One entry for each class with lazy readers defined.  The value is a plist mapping\r
   ;; slot-name to a lazy reader, each of which is a list of a function and slot-names.\r
@@ -419,7 +419,7 @@ SQL name"
     (setf (getf (gethash (find-class class-name) *lazy-readers*) slot-name)\r
          nil))\r
   \r
-  ) ;; #+(or allegro scl)\r
+  ) ;; #+(or allegro sc openmcll)\r
 \r
 \r
 (defun finalize-subobjects (cl)\r
@@ -445,7 +445,7 @@ SQL name"
                  `(hyperobject::def-lazy-reader ,(name-class subobject)\r
                    ,(name-slot subobject) ,(lookup subobject)\r
                    ,@(lookup-keys subobject)))\r
-                #+(or sbcl cmu lispworks allegro scl)\r
+                #+(or sbcl cmu lispworks allegro scl openmcl)\r
                 (apply #'ensure-lazy-reader \r
                        (name-class subobject) (name-slot subobject)\r
                        (lookup subobject) (lookup-keys subobject)))\r