X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=mop.lisp;h=e868376fbcb3c366a39a284477ae9b2f1da783da;hb=a5951c260acbdcd4d38b672359b36f134fc656d9;hp=1bd40d7ea3f7645a4eedfee16eddce0f756c6dc5;hpb=dc9f3ec2fc1537d7b3aa0a0444ae50af93a68541;p=hyperobject.git 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)