From a5951c260acbdcd4d38b672359b36f134fc656d9 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 25 Jun 2003 19:28:31 +0000 Subject: [PATCH] r5199: *** empty log message *** --- mop.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.34.1