Commit 9d5e46be by Tom Tromey

jni.h (JNIIMPORT): New macro.

	* include/jni.h (JNIIMPORT): New macro.
	(JNIEXPORT): Likewise.
	(JNICALL): Likewise.

From-SVN: r51009
parent d2caef2e
2002-03-18 Tom Tromey <tromey@redhat.com>
* include/jni.h (JNIIMPORT): New macro.
(JNIEXPORT): Likewise.
(JNICALL): Likewise.
2002-03-18 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* configure.host (i?86-*): Use -fuse-divide-subroutine on Solaris
systems.
2002-03-18 Andrew Haley <aph@cambridge.redhat.com> 2002-03-18 Andrew Haley <aph@cambridge.redhat.com>
* include/i386-signal.h (old_i386_kernel_sigaction): New. * include/i386-signal.h (old_i386_kernel_sigaction): New.
......
...@@ -172,6 +172,12 @@ typedef void *jmethodID; ...@@ -172,6 +172,12 @@ typedef void *jmethodID;
#define JNI_EDETACHED -2 #define JNI_EDETACHED -2
#define JNI_EVERSION -3 #define JNI_EVERSION -3
/* Linkage and calling conventions. This will need updating when we
support Windows DLLs. */
#define JNIIMPORT
#define JNIEXPORT
#define JNICALL
#ifdef __cplusplus #ifdef __cplusplus
extern "C" extern "C"
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment