From 0b82fed98ee48bbe2a199303bac626d480fa6a96 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Thu, 27 Jan 2005 04:06:58 +0000 Subject: Fixed incorrect typedef of jint to long; is now int git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@189 232f8b59-042b-4e1e-8c03-345bb8c30851 --- make/stub_includes/x11/jni_md.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/stub_includes/x11') diff --git a/make/stub_includes/x11/jni_md.h b/make/stub_includes/x11/jni_md.h index 3c2987529..449786272 100644 --- a/make/stub_includes/x11/jni_md.h +++ b/make/stub_includes/x11/jni_md.h @@ -3,7 +3,7 @@ #define JNIIMPORT #define JNICALL -typedef long jint; +typedef int jint; #ifdef _LP64 /* 64-bit Solaris */ typedef long jlong; #else -- cgit v1.2.3