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: Macros and compilation


Jocelyn Paine wrote:
> This is about macros from a compiled module not being recognised in
> another compiled module. 

I just checked in changes to the macro processing to make them
work better with modules and separate compilation.  Specifically,
your test program now seems to work.  You can even have a macro
reference a private definition (in the same module), require a class
that exports the module, and have things work as they should.

This is something I tried to get working a while ago, but failed to.
The current imeplentation is based on the same ideas, but is simpler
and seems to work - at least the testsuite passes.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


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