X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Flow.lisp;h=ed2d9b883658ea531ba9ad20e7305f88bc728dac;hb=a7e7d0b213aa1133cc419421d611e7e2ad36808c;hp=e06ca349be38f48ce735425493b476182aa6d8e3;hpb=f12f2c5a8ae794dc414dd6a42e0b25740d576aa1;p=sbcl.git diff --git a/src/pcl/low.lisp b/src/pcl/low.lisp index e06ca34..ed2d9b8 100644 --- a/src/pcl/low.lisp +++ b/src/pcl/low.lisp @@ -82,7 +82,7 @@ ;; by puns based on absolute locations. Fun fun fun.. -- WHN 2001-10-30 :slot-names (clos-slots name hash-code) :boa-constructor %make-pcl-funcallable-instance - :superclass-name funcallable-instance + :superclass-name function :metaclass-name random-pcl-classoid :metaclass-constructor make-random-pcl-classoid :dd-type funcallable-structure @@ -222,7 +222,7 @@ (!defstruct-with-alternate-metaclass standard-instance :slot-names (slots hash-code) :boa-constructor %make-standard-instance - :superclass-name instance + :superclass-name t :metaclass-name standard-classoid :metaclass-constructor make-standard-classoid :dd-type structure