This is the mail archive of the java-patches@sourceware.cygnus.com mailing list for the Java project.


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

Re: natThrowable.lo multiple definition error


>>>>> "Bryce" == Bryce McKinlay <bryce@albatross.co.nz> writes:

Bryce> The fix seems to be to remove the `#pragma implementation
Bryce> "Throwable.h"' from natThrowable.cc. Is this the right thing to
Bryce> do?

This seems ok to me.
Go ahead and check it in.

Elsewhere we only use #pragma implementation when we definitely know
we want the inline functions in the header to be "outlined".  But that
isn't the case here.

Something for the CNI docs, I think.

Tom


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