]> gcc.gnu.org Git - gcc.git/commit
jni.h: Add missing JNICALL and JNIEXPORT attributes to function and function pointer...
authorRanjit Mathew <rmathew@hotmail.com>
Tue, 19 Nov 2002 21:23:28 +0000 (21:23 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 19 Nov 2002 21:23:28 +0000 (21:23 +0000)
commit93745862c47eb16f9935989a4299a080335d8309
tree719e9cf757212f11ff214bf2180aa6d7b25ab849
parentd5fc82c51a225e995495b499f49531c3f24a41cc
jni.h: Add missing JNICALL and JNIEXPORT attributes to function and function pointer...

2002-11-19  Ranjit Mathew <rmathew@hotmail.com>

* include/jni.h: Add missing JNICALL and JNIEXPORT attributes
to function and function pointer declarations in accordance with
Sun's JDKs. Define JNIIMPEXP to either JNIEXPORT or JNIIMPORT
based on whether __GCJ_JNI_IMPL__ has been defined or not.
* jni.cc: Add missing JNICALL and JNIEXPORT attributes to
JNI function definitions.

From-SVN: r59277
libjava/ChangeLog
libjava/include/jni.h
libjava/jni.cc
This page took 0.05113 seconds and 5 git commands to generate.