Re: get-slot-value on openmcl
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> Fri, 20 Aug 2004 11:31:27 -0600
| Newsgroups | gmane.lisp.uffi.devel |
|---|---|
| Message-ID | <[email protected]> |
Marco Baringer wrote: > (defmacro get-slot-value (obj type slot) > ... > #+mcl > `(ccl:pref ,obj ,(intern (concatenate 'string (symbol-name type) "." (symbol-name slot)) :keyword)) > ) Okay, change committed and will be in the next release. Thanks! -- Kevin Rosenberg kevin-HJRc7zDS/[email protected]