r4673: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 29 Apr 2003 01:39:40 +0000 (01:39 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 29 Apr 2003 01:39:40 +0000 (01:39 +0000)
attrib-class.lisp

index 02bfb458ba7ef1b1ba376218d2eee2e4becf2b8c..ee88042d4ee09342a92c1cd096bff24f9bce0a24 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: attrib-class.lisp,v 1.7 2003/04/29 01:35:58 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
 ;;;;
@@ -44,8 +44,7 @@ on example from AMOP"))
 (defmethod kmr-mop:direct-slot-definition-class ((cl attributes-class)
                                                 #+(or sbcl cmu scl lispworks)
                                                 initargs
-                                                #+(or allegro)
-                                                &rest iargs)
+                                                #+(or allegro) &rest #+(or allegro) iargs)
   ;;  (format t "attributes:~s iargs:~s~%" attributes iargs)
   (kmr-mop:find-class 'attributes-dsd))