From dc86bc45222a39ff2c977bdd8c0992940ac72385 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 4 Oct 2004 22:13:14 +0000 Subject: [PATCH] r10086: document clisp requirements --- sql/ooddl.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sql/ooddl.lisp b/sql/ooddl.lisp index fe201eb..79f6186 100644 --- a/sql/ooddl.lisp +++ b/sql/ooddl.lisp @@ -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.") -- 2.34.1