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: Define private alias patch


On 11/07/2013 06:44 AM, Matthieu Vachon wrote:
I recently upgraded to Kawa 1.14 and noticed the
`define-private-alias` feature does not work as expected. When you
made modifications to my patch, you made a small thinko. The line
`define_private_alias.makePrivate = false;` in `define_alias.java`
should be read `define_private_alias.makePrivate = true;`.

Here attached a patch to fix this.

Thanks - I checked this in.
--
	--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]