X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=attrib-class.lisp;h=12572a290e458f671d0ee2553589abbf32687349;hp=378bae0f6fb832cfde0376b0985d81b331287aa5;hb=753fe2d6bbe8e8c8a6fa6154e829c6586b0c2ff3;hpb=f6555d4ded6e1612ef1042fdbfd8df3c8eb5df18 diff --git a/attrib-class.lisp b/attrib-class.lisp index 378bae0..12572a2 100644 --- a/attrib-class.lisp +++ b/attrib-class.lisp @@ -16,6 +16,10 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* +;; Disable attrib class until understand changes in sbcl/cmucl +;; using COMPUTE-SLOT-ACCESSOR-INFO and defining method +;; for slot access of ALL-ATTRIBUTES. Does this work on Allegro/LW? + ;;;; Defines a metaclass that allows the use of attributes (or subslots) ;;;; on slots. Based on example in AMOP, but modified to use ACL's MOP.