r10086: document clisp requirements
[clsql.git] / sql / ooddl.lisp
index fe201eb4c8e71a8318c225cdc9c87c2ee813ff53..79f6186a65b55caeebd30eef9575033717a4830b 100644 (file)
@@ -22,8 +22,9 @@
   (:documentation "Superclass for all CLSQL View Classes."))
 #+clisp
 (eval-when (:compile-toplevel :load-toplevel :execute)
-  (make-instance 'standard-db-object)
-  (finalize-inheritance (find-class 'standard-db-object)))
+  (make-instance 'standard-db-object) ;; clisp requires a made object before can use in this file
+  #+nil  (finalize-inheritance (find-class 'standard-db-object)) ;; this is not sufficient
+  )
 
 (defparameter *default-string-length* 255
   "The length of a string which does not have a user-specified length.")