/[classpath]/classpath/native/jni/classpath/jcl.h
ViewVC logotype

Diff of /classpath/native/jni/classpath/jcl.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by glavaux, Mon Jul 25 17:20:52 2005 UTC revision 1.13 by glavaux, Wed Aug 3 09:05:51 2005 UTC
# Line 42  exception statement from your version. * Line 42  exception statement from your version. *
42  #include <jni.h>  #include <jni.h>
43  #include <config.h>  #include <config.h>
44    
45    #if SIZEOF_VOID_P == 4
46    typedef jint jpointer;
47    #elif SIZEOF_VOID_P == 8
48    typedef jlong jpointer;
49    #else
50    #error "Unknown pointer size"
51    #endif
52    
53  JNIEXPORT jclass JNICALL JCL_FindClass (JNIEnv * env, const char *className);  JNIEXPORT jclass JNICALL JCL_FindClass (JNIEnv * env, const char *className);
54  JNIEXPORT void JNICALL JCL_ThrowException (JNIEnv * env,  JNIEXPORT void JNICALL JCL_ThrowException (JNIEnv * env,
55                                             const char *className,                                             const char *className,

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26