Eliminate UNION-SPECIALIZER=? and UNION-SPECIALIZER-CLASSES.
authorChris Hanson <org/chris-hanson/cph>
Thu, 19 Jun 1997 21:45:12 +0000 (21:45 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 19 Jun 1997 21:45:12 +0000 (21:45 +0000)
v7/src/sos/method.scm

index 9e969a8b4562931e2e1d911f152077cf80e378fd..41328bf119048fc33abd2f1ab784faaf84d23dfc 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: method.scm,v 1.6 1997/06/19 21:35:04 cph Exp $
+;;; $Id: method.scm,v 1.7 1997/06/19 21:45:12 cph Exp $
 ;;;
 ;;; Copyright (c) 1995-97 Massachusetts Institute of Technology
 ;;;
        (else
         (error:wrong-type-argument s "specializer" 'SPECIALIZER-CLASSES))))
 \f
-(define-structure union-specializer
+(define-structure (union-specializer (type-descriptor union-specializer-rtd))
   (classes #f read-only #t))
 
 (define (union-specializer . specializers)