object.lisp / aggregates.lisp dependency
james anderson <[email protected]> Tue, 7 Jun 2005 14:04:15 +0200
| Newsgroups | gmane.lisp.uffi.devel |
|---|---|
| Message-ID | <[email protected]> |
hello; i observe that, in order to compile uffi without intermediate loads, the definition of size-of-foreign-type in objects.lisp needs an eval- when wrapper, as a macro-expansion in aggregates.lisp requires it. ...