diff options
author | Tom Tromey <tromey@cygnus.com> | 2000-02-02 01:55:03 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2000-02-02 01:55:03 +0000 |
commit | ee6713e782d582a0fa150ed53842df0e258c028e (patch) | |
tree | 8cea920cda9b81eaa6f6464de2909e0016f6ec15 /libjava/include/jvm.h | |
parent | 8928191114d5e13d4649a79dea5ca0328285fb8c (diff) | |
download | gcc-ee6713e782d582a0fa150ed53842df0e258c028e.zip gcc-ee6713e782d582a0fa150ed53842df0e258c028e.tar.gz gcc-ee6713e782d582a0fa150ed53842df0e258c028e.tar.bz2 |
java-interp.h (_Jv_JNI_conversion_call): Declare.
* 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>.
From-SVN: r31746
Diffstat (limited to 'libjava/include/jvm.h')
-rw-r--r-- | libjava/include/jvm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libjava/include/jvm.h b/libjava/include/jvm.h index c9eb1b95..ccf552a 100644 --- a/libjava/include/jvm.h +++ b/libjava/include/jvm.h @@ -204,5 +204,4 @@ extern void _Jv_ThisExecutable (const char *); /* Initialize JNI. */ extern void _Jv_JNI_Init (void); - #endif /* __JAVA_JVM_H__ */ |