With [r12092][1] we apparently need to change the private to protected as in the attached patch.
abcl.compile.java: Compiling 270 source files to /Users/evenson/work/abcl/build/classes /Users/evenson/work/abcl/src/org/armedbear/lisp/Interpreter.java:530:
JAVA_EXCEPTION_CAUSE has private access in org.armedbear.lisp.JavaException .JAVA_EXCEPTION_CAUSE.execute(condition).javaInstance());
[1]: http://trac.common-lisp.net/armedbear/changeset/13092
Hi Mark,
On Sun, Dec 12, 2010 at 10:30 AM, Mark Evenson evenson@panix.com wrote:
With [r12092][1] we apparently need to change the private to protected as in the attached patch.
Ouch. Sorry. Obviously, I shouldn't be working that late. I had changed the field to public. Thinking about it, protected will do, indeed.
I'll commit in a sec.
Bye,
Erik.
Committed.
On Sun, Dec 12, 2010 at 10:47 AM, Erik Huelsmann ehuels@gmail.com wrote:
Hi Mark,
On Sun, Dec 12, 2010 at 10:30 AM, Mark Evenson evenson@panix.com wrote:
With [r12092][1] we apparently need to change the private to protected as in the attached patch.
Ouch. Sorry. Obviously, I shouldn't be working that late. I had changed the field to public. Thinking about it, protected will do, indeed.
I'll commit in a sec.
Bye,
Erik.
armedbear-devel@common-lisp.net