/[classpath]/classpath/include/jni.h.in
ViewVC logotype

Diff of /classpath/include/jni.h.in

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

revision 1.3 by cbj, Sat Jan 25 19:09:37 2003 UTC revision 1.4 by rupp, Wed Jul 9 12:18:07 2003 UTC
# Line 161  typedef union jvalue Line 161  typedef union jvalue
161  /* Used for jboolean type  */  /* Used for jboolean type  */
162  #define JNI_TRUE  1  #define JNI_TRUE  1
163  #define JNI_FALSE 0  #define JNI_FALSE 0
164      
165    /* Specific jlong values
166       FIXME: preliminary implementation!
167    */
168    #define JNI_JLONG_CONST_1        1LL
169    #define JNI_JLONG_CONST_MINUS_1 -1LL
170    #define JNI_JLONG_CONST_0        0LL
171    
172  /* Used when releasing array elements.  */  /* Used when releasing array elements.  */
173  #define JNI_COMMIT 1  #define JNI_COMMIT 1
174  #define JNI_ABORT  2  #define JNI_ABORT  2

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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