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
This commit is contained in:
Tom Tromey 2000-02-02 01:55:03 +00:00 committed by Tom Tromey
parent 8928191114
commit ee6713e782
5 changed files with 37 additions and 13 deletions

View file

@ -204,5 +204,4 @@ extern void _Jv_ThisExecutable (const char *);
/* Initialize JNI. */
extern void _Jv_JNI_Init (void);
#endif /* __JAVA_JVM_H__ */