Re: object.lisp / aggregates.lisp dependency

Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> Tue, 7 Jun 2005 12:42:03 -0600
Newsgroups gmane.lisp.uffi.devel
Message-ID <[email protected]>
James Anderson wrote:
> the problem arises when one tries to (asdf:operate 'asdf:compile-op :uffi). when
> that tries to compile aggregates.lisp, there is a macro expansion which requires
> that size-of-foreign-type has been defined. for a compile-only pass, this
> happens only if the respective definition is wrapped in

Okay, I made the change and it will appear in the next release of
UFFI.

Kevin