r4272: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 29 Mar 2003 04:03:44 +0000 (04:03 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 29 Mar 2003 04:03:44 +0000 (04:03 +0000)
classes.lisp
debian/changelog

index d7afaa6cd68289c165a3d390493e30ddb0f18d40..039873e9779eb95c1ad67828d33c9d5bfbe9c6c7 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: classes.lisp,v 1.27 2003/03/27 21:56:07 kevin Exp $
+;;;; $Id: classes.lisp,v 1.28 2003/03/29 04:03:44 kevin Exp $
 ;;;;
 ;;;; This file, part of UMLisp, is
 ;;;;    Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D.
   (:user-name "Fully Inherited Set of Releatons (strings)")
   (:default-print-slots sty rl sty2))
 
+
+(eval-when (:compile-toplevel :load-toplevel :execute)
+  (when (fboundp 'hyperobject::process-queued-definitions)
+    (hyperobject::process-queued-definitions)))
index 32a1a7e644125e8d79943acc236ca583ff131433..41b0d1faa022ee3c453c61de5d63a0b1ebd1bf3c 100644 (file)
@@ -1,3 +1,10 @@
+cl-umlisp (2.6.6-1) unstable; urgency=low
+
+  * classes.lisp: Add support for sbcl/scl/cmucl finalize-inheritance
+    work-around
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 28 Mar 2003 20:59:57 -0700
+
 cl-umlisp (2.6.5-1) unstable; urgency=low
 
   * New upstream supporting sbcl