Change default SQL server host
[umlisp.git] / class-support.lisp
index 0352c742f0b5523876603b003ae1c92b4b4a96e9..47463dd194610fb454fc6a7b5a37ff484bf58cb5 100644 (file)
         (sort (copy-seq f) 'string-lessp :key 'u::pfstr2)
         f)))
 
+#+mrcoc
 (defun filter-ucocs (ucocs &key (remove-duplicate-pfstr2 t) (sort :pfstr2))
   (when remove-duplicate-pfstr2
     (setq ucocs (remove-duplicates ucocs :test 'equal :key 'u::pfstr2)))
 
 
 #+scl
-(dolist (c '(urank udef usat uso ucxt ustr uterm usty urel ucoc uatx uconso uxw uxnw uxns lexterm labr lagr lcmp lmod lnom lprn lprp lspl ltrm ltyp lwd sdef sstr sstre1 sstre2 usrl))
+(dolist (c '(urank udef usat uso ucxt ustr uterm usty urel
+             #+mrcoc ucoc
+             uatx uconso uxw uxnw uxns lexterm labr lagr lcmp lmod lnom lprn lprp lspl ltrm ltyp lwd sdef sstr sstre1 sstre2 usrl))
     (let ((cl (find-class c)))
       (clos:finalize-inheritance cl)))