This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Marking JNI funtions extern


Mark Wielaard writes:
 > Hi,
 > 
 > On Thu, 2004-05-20 at 17:47, Tom Tromey wrote:
 > > >>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
 > > 
 > > Mark> Is there a reason why gcjh -jni marks all JNI functions extern JNIEXPORT
 > > Mark> and not just JNIEXPORT?
 > > 
 > > Not that I know of.
 > 
 > OK in that case I propose the following patch:
 > 
 > 2004-05-21  Mark Wielaard  <mark@klomp.org>
 > 
 >         * gjavah.c (print_stub_or_jni): Mark functions only JNIEXPORT, not
 >         extern.
 > 
 > The extern function modifiers were confusing the kaffe build process.

OK, but I'm curious.  In what way was this confusing the Kaffe build process?

Andrew.


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