jni.h: Fix typo.
2002-02-14 Martin Kahlert <martin.kahlert@infineon.com> * include/jni.h: Fix typo. From-SVN: r49767
This commit is contained in:
parent
333ce3a767
commit
aeb4ed4614
@ -1,3 +1,7 @@
|
||||
2002-02-14 Martin Kahlert <martin.kahlert@infineon.com>
|
||||
|
||||
* include/jni.h: Fix typo.
|
||||
|
||||
2002-02-13 Martin Kahlert <martin.kahlert@infineon.com>
|
||||
|
||||
* jni.cc (_Jv_JNI_AttachCurrentThread): env->locals assigned
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation
|
||||
/* Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation
|
||||
|
||||
This file is part of libgcj.
|
||||
|
||||
@ -251,7 +251,7 @@ struct JNINativeInterface
|
||||
|
||||
jobject (*NewGlobalRef) (JNIEnv *, jobject);
|
||||
void (*DeleteGlobalRef) (JNIEnv *, jobject);
|
||||
void (*DeleteLocalRef) (JNIEnv *, jobject);;
|
||||
void (*DeleteLocalRef) (JNIEnv *, jobject);
|
||||
jboolean (*IsSameObject) (JNIEnv *, jobject, jobject);
|
||||
|
||||
jobject (*NewLocalRef) (JNIEnv *, jobject);
|
||||
|
Loading…
Reference in New Issue
Block a user