mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 03:28:58 +08:00
* jni.cc (_Jv_JNIFunctions): Fixed typo.
From-SVN: r53353
This commit is contained in:
parent
65212b6656
commit
370b2564b7
@ -1,5 +1,7 @@
|
||||
2002-05-09 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* jni.cc (_Jv_JNIFunctions): Fixed typo.
|
||||
|
||||
* java/util/ResourceBundle.java: New version from Classpath.
|
||||
* java/util/Locale.java: Likewise.
|
||||
|
||||
|
@ -2587,7 +2587,7 @@ struct JNINativeInterface _Jv_JNIFunctions =
|
||||
_Jv_JNI_ReleaseStringChars, // ReleaseStringChars
|
||||
_Jv_JNI_NewStringUTF, // NewStringUTF
|
||||
_Jv_JNI_GetStringUTFLength, // GetStringUTFLength
|
||||
_Jv_JNI_GetStringUTFChars, // GetStringUTFLength
|
||||
_Jv_JNI_GetStringUTFChars, // GetStringUTFChars
|
||||
_Jv_JNI_ReleaseStringUTFChars, // ReleaseStringUTFChars
|
||||
_Jv_JNI_GetArrayLength, // GetArrayLength
|
||||
_Jv_JNI_NewObjectArray, // NewObjectArray
|
||||
|
Loading…
Reference in New Issue
Block a user