From: Kevin M. Rosenberg Date: Tue, 29 Apr 2003 01:39:40 +0000 (+0000) Subject: r4673: Auto commit for Debian build X-Git-Tag: v1.96~256 X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=commitdiff_plain;h=a2ea2c56892d633ce43a3a4805e05f55e52b6596 r4673: Auto commit for Debian build --- diff --git a/attrib-class.lisp b/attrib-class.lisp index 02bfb45..ee88042 100644 --- a/attrib-class.lisp +++ b/attrib-class.lisp @@ -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))