r5201: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 25 Jun 2003 20:13:36 +0000 (20:13 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 25 Jun 2003 20:13:36 +0000 (20:13 +0000)
console.lisp
mop.lisp

index 3e81b23e056f95b1f578445267fcb3fedd75f3eb..4747f6aab10111bb961489831e2a2235be3b5d3a 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Dec 2002
 ;;;;
-;;;; $Id: console.lisp,v 1.1 2002/12/13 21:59:57 kevin Exp $
+;;;; $Id: console.lisp,v 1.2 2003/06/25 20:13:36 kevin Exp $
 ;;;;
 ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;; and by onShore Development, Inc.
@@ -27,8 +27,7 @@
   "Format output to console"
   (when *console-msgs*
     (setq template (concatenate 'string "~&;; " template "~%"))
-    (apply #'format t template args))
-  (values))
+    (apply #'format t template args))))
 
 (defun cmsg-c (condition template &rest args)
   "Push CONDITION keywords into *console-msgs-types* to print console msgs
index fb58968fdd5fb1cf0a81d9e91f9add0767f7ed52..a274f48991fbdab1c65d777f8e7efbefd171b904 100644 (file)
--- 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)
 
      ;; 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