r3016: *** empty log message ***
[umlisp.git] / classes.lisp
index 9bbd1714e0a0e1bb2336742fe0f8df1fdd6992df..460878f5f55f4cf9f4163cc00495e2628748011b 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: classes.lisp,v 1.3 2002/10/09 23:03:41 kevin Exp $
+;;;; $Id: classes.lisp,v 1.4 2002/10/14 09:25:20 kevin Exp $
 ;;;;
 ;;;; This file, part of UMLisp, is
 ;;;;    Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D.
 (defludisp-ml-class disp-term #'find-uterm-lui)
 (defludisp-ml-class disp-str #'find-ustr-sui)
 
+#+(or cmu sbcl)
+(dolist (c '(urank udef usat uso ucxt ustr ulo uterm usty urel ucoc uatx ucon uxw uxnw uxns lexterm labr lagr lcmp lmod lnom lprn lprp lspl ltrm ltyp lwd sdef sstr sstre1 sstre2 ))
+  (let ((cl #+cmu (pcl:find-class c)
+           #+sbcl (sb-pcl:find-class c)))
+    #+cmu (pcl:finalize-inheritance cl)
+    #+sbcl (sb-pcl:finalize-inheritance cl)))
+
+
+