diff options
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index b9e61234f08..2723767a0ce 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,5 +1,12 @@ 2000-02-01 Tom Tromey <tromey@cygnus.com> + * include/java-interp.h (_Jv_JNI_conversion_call): Declare. + * resolve.cc (ncode): Use _Jv_JNI_conversion_call when + constructing the closure if the function is native. + * jni.cc (_Jv_JNI_conversion_call): Now returns `void'. No longer + a template function, #if'd out, or static. + Include <java-interp.h>. + * include/jni.h (class _Jv_JNIEnv): Corrected calls using `...'. * include/jni.h (class _Jv_JNIEnv): Added all C++ inline methods. |
