This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: defmacro: Null pointer exceptions with compiled files


On Mon, 2004-05-31 at 21:58, Per Bothner wrote:
> Try the attached patch.
> 
> It's safe and simple,

And thank you; I've confirmed:
(a) archive compilation works; and
(b) file compilation works with or without the (module-static #t)
    declaration.

Bug #9158 can be closed:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=9158>

By the way does Kawa have a less heavyweight way (i.e. other than
`eval') to obtain a top level procedure definition, analogous to Common
Lisp's SYMBOL-FUNCTION:
<http://www.lispworks.com/reference/HyperSpec/Body/f_symb_1.htm>

Regards,
Adam


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]