* gjavah.c (print_stub_or_jni): Mark functions only JNIEXPORT, not
extern.
From-SVN: r82094
+2004-05-21 Mark Wielaard <mark@klomp.org>
+
+ * gjavah.c (print_stub_or_jni): Mark functions only JNIEXPORT, not
+ extern.
+
2004-05-19 Paolo Bonzini <bonzini@gnu.org>
* typeck.c: Remove non-printable character 160.
return;
if (flag_jni && ! stubs)
- fputs ("extern JNIEXPORT ", stream);
+ fputs ("JNIEXPORT ", stream);
/* If printing a method, skip to the return signature and print
that first. However, there is no return value if this is a