X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=composite.lisp;h=007c5725988df14e32624645de3cde53efd98ec2;hb=1b5b2e75a888e011706359e341b622a22f2023ea;hp=07307139abf38e161f1bb06f51486086fabafd32;hpb=62174876033b75ec9583ad2137a014c78bd76d92;p=umlisp.git diff --git a/composite.lisp b/composite.lisp index 0730713..007c572 100644 --- a/composite.lisp +++ b/composite.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: composite.lisp,v 1.7 2002/10/16 16:09:55 kevin Exp $ +;;;; $Id: composite.lisp,v 1.8 2002/10/18 07:28:57 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -216,9 +216,9 @@ (defun find-ucon2_freq-coc-tui-all (tui) (find-ucon2_freq-tui-all tui #'find-ucon2-coc-tui)) -#+cmu +#+(or cmu scl) (dolist (c '(ucon_freq ustr_freq usty_freq usrl_freq)) (let ((cl #+cmu (pcl:find-class c) - #+sbcl (sb-pcl:find-class c))) + #+scl (find-class c))) #+cmu (pcl:finalize-inheritance cl) - #+sbcl (sb-pcl:finalize-inheritance cl))) + #+scl (clos:finalize-inheritance cl)))