summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMario Torre <neugens@limasoftware.net>2006-09-27 18:36:09 +0000
committerMario Torre <neugens@limasoftware.net>2006-09-27 18:36:09 +0000
commite210a70e75f478e8f681f52f496db5c91a5db42b (patch)
tree03bd8811e93a08b9ae1176c0cf8d19abf258b5b4 /scripts
parent1d889e1920fd93df8f6c1687c87d3d8e21007720 (diff)
downloadclasspath-e210a70e75f478e8f681f52f496db5c91a5db42b.tar.gz
2006-09-27 Mario Torre <neugens@limasoftware.net>
* scripts/check_jni_methods.sh: removed methods from the ignore list: Java_gnu_java_util_prefs_gconf_GConfNativePeer_finalize_1class Java_gnu_java_util_prefs_gconf_GConfNativePeer_init_1id_1cache Java_gnu_java_util_prefs_gconf_GConfNativePeer_init_1class Java_gnu_java_util_prefs_gconf_GConfNativePeer_gconf_1escape_1key Java_gnu_java_util_prefs_gconf_GConfNativePeer_gconf_1unescape_1key * native/jni/gconf-peer/GConfNativePeer.c: fixed coding style to better follow the GNU style. * include/gnu_java_util_prefs_gconf_GConfNativePeer.h. regenerated header file for GConfNativePeer.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check_jni_methods.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/check_jni_methods.sh b/scripts/check_jni_methods.sh
index 383bbf654..b46e37821 100755
--- a/scripts/check_jni_methods.sh
+++ b/scripts/check_jni_methods.sh
@@ -35,11 +35,6 @@ cat > $TMPFILE3 << EOF
-Java_gnu_java_awt_peer_gtk_GtkMenuComponentPeer_dispose
-Java_java_lang_VMSystem_arraycopy
-Java_java_lang_VMSystem_identityHashCode
--Java_gnu_java_util_prefs_gconf_GConfNativePeer_finalize_1class
--Java_gnu_java_util_prefs_gconf_GConfNativePeer_init_1id_1cache
--Java_gnu_java_util_prefs_gconf_GConfNativePeer_init_1class
--Java_gnu_java_util_prefs_gconf_GConfNativePeer_gconf_1escape_1key
--Java_gnu_java_util_prefs_gconf_GConfNativePeer_gconf_1unescape_1key
EOF
# Compare again silently.