Patch: FYI: jni.h
Tom Tromey
tromey@redhat.com
Fri Mar 8 23:22:00 GMT 2002
I'm checking this in. This is a compatibility hack.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* include/jni.h: Include stdio.h.
Index: include/jni.h
===================================================================
RCS file: /cvs/gcc/gcc/libjava/include/jni.h,v
retrieving revision 1.17
diff -u -r1.17 jni.h
--- include/jni.h 2002/02/14 15:42:37 1.17
+++ include/jni.h 2002/03/08 21:37:11
@@ -16,6 +16,9 @@
#include <gcj/libgcj-config.h>
+// We include <stdio.h> for compatibility with Sun's <jni.h>.
+#include <stdio.h>
+
#include <stdarg.h>
#define _Jv_va_list va_list
More information about the Java-patches
mailing list