X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=mop.lisp;h=a274f48991fbdab1c65d777f8e7efbefd171b904;hp=fb58968fdd5fb1cf0a81d9e91f9add0767f7ed52;hb=5738e60dc3724dc7d022d0fd2d5f2dbe337be470;hpb=e8c34efef61039ff3319203710b533be1a7906ca diff --git a/mop.lisp b/mop.lisp index fb58968..a274f48 100644 --- a/mop.lisp +++ b/mop.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2003 ;;;; -;;;; $Id: mop.lisp,v 1.15 2003/06/25 18:08:09 kevin Exp $ +;;;; $Id: mop.lisp,v 1.16 2003/06/25 20:11:54 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -42,7 +42,9 @@ #+kmr-cmucl-mop #:mop #+allegro #:mop #+lispworks #:clos - #+scl #:clos)) + #+scl #:clos + #+openmcl #:openmcl-mop + )) (in-package #:kmr-mop) @@ -127,8 +129,7 @@ ;; note: make-method-lambda is not fbound ) #+openmcl - '(openmcl-mop::standard-class - openmcl-mop::slot-definition-name openmcl-mop:finalize-inheritance + '(openmcl-mop::slot-definition-name openmcl-mop:finalize-inheritance openmcl-mop::standard-direct-slot-definition openmcl-mop::standard-effective-slot-definition openmcl-mop::validate-superclass openmcl-mop:direct-slot-definition-class openmcl-mop::effective-slot-definition-class openmcl-mop:compute-effective-slot-definition