This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: natThrowable.lo multiple definition error
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: natThrowable.lo multiple definition error
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Tue, 18 Jan 2000 22:34:50 -0800 (PST)
- Cc: java-patches at sourceware dot cygnus dot com
- References: <38854389.325F56E9@albatross.co.nz>
>>>>> "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