From: Kevin M. Rosenberg Date: Wed, 25 Jun 2003 19:28:31 +0000 (+0000) Subject: r5199: *** empty log message *** X-Git-Tag: debian-2.11.0-2~47 X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=commitdiff_plain;h=a5951c260acbdcd4d38b672359b36f134fc656d9 r5199: *** empty log message *** --- diff --git a/mop.lisp b/mop.lisp index 1bd40d7..e868376 100644 --- a/mop.lisp +++ b/mop.lisp @@ -11,7 +11,7 @@ ;;;; in Text, HTML, and XML formats. This includes hyperlinking ;;;; capability and sub-objects. ;;;; -;;;; $Id: mop.lisp,v 1.79 2003/06/24 08:32:32 kevin Exp $ +;;;; $Id: mop.lisp,v 1.80 2003/06/25 19:28:31 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2003 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -101,7 +101,6 @@ (print-unreadable-object (obj s :type t :identity t) (format s "~S" (name obj)))) -#+(or cmu scl sbcl) (defmethod validate-superclass ((class hyperobject-class) (superclass standard-class)) t)