r4673: Auto commit for Debian build
[kmrcl.git] / attrib-class.lisp
index 1c15e345d27c5e3990be8e63d79421afd4069b8c..ee88042d4ee09342a92c1cd096bff24f9bce0a24 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: attrib-class.lisp,v 1.6 2003/04/28 23:51:59 kevin Exp $
+;;;; $Id: attrib-class.lisp,v 1.8 2003/04/29 01:39:40 kevin Exp $
 ;;;;
 ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -41,9 +41,10 @@ on example from AMOP"))
                                        (superclass kmr-mop:standard-class))
   t)
 
-(defmethod kmr-mop:direct-slot-definition-class ((cl attributes-class) 
-                                                &rest iargs &key attributes)
-  (declare (ignore attributes))
+(defmethod kmr-mop:direct-slot-definition-class ((cl attributes-class)
+                                                #+(or sbcl cmu scl lispworks)
+                                                initargs
+                                                #+(or allegro) &rest #+(or allegro) iargs)
   ;;  (format t "attributes:~s iargs:~s~%" attributes iargs)
   (kmr-mop:find-class 'attributes-dsd))