This is the mail archive of the kawa@sourceware.org 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: Function Definitions in Static Modules


David O'Callaghan wrote:

My question is this: is it always necessary to invoke the run method on a static module for functions like h to work, or am I doing something wrong?

Yes, but if you compile with --module-static-run then the run() is automatically called when the module is initialized.

I have to run; more later.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


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