]> git.ipfire.org Git - thirdparty/gcc.git/commit
jcf-path.c (jcf_path_init): Don't name variable 'try'.
authorTom Tromey <tromey@redhat.com>
Tue, 24 Jun 2008 12:46:59 +0000 (12:46 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 24 Jun 2008 12:46:59 +0000 (12:46 +0000)
commitf02a84d9bea57d5ea8bc688a52c4ad568811d0e3
tree354f09c5b595364bbe3a120012deb913cb611a72
parentf9993944a43c65e41b64d93b5a1cb9f2e9160a94
jcf-path.c (jcf_path_init): Don't name variable 'try'.

* jcf-path.c (jcf_path_init): Don't name variable 'try'.
* expr.c (add_type_assertion): Rename argument.
(build_java_arrayaccess): Don't name variable 'throw'.
(ARRAY_NEW_MULTI): Don't name variable 'class'.
* jcf-io.c (find_class): Don't name variable 'class'.
* mangle.c (compression_table_add): Don't name variable 'new'.
* constants.c (cpool_for_class): Rename argument.
(alloc_constant_fieldref): Likewise.
* jcf-parse.c (handle_innerclass_attribute): Don't name variable
'class'.
(read_class): Likewise.
(parse_zip_file_entries): Likewise.
(process_zip_dir): Likewise.
* decl.c (java_mark_class_local): Rename argument.
* class.c (GEN_TABLE): Use type_name, not typename.
(gen_indirect_dispatch_tables): Likewise.
(add_field): Rename argument.
(is_compiled_class): Likewise.
(safe_layout_class): Likewise.
(emit_assertion_table): Likewise.
* typeck.c (has_method): Rename argument.

From-SVN: r137069
gcc/java/ChangeLog
gcc/java/class.c
gcc/java/constants.c
gcc/java/decl.c
gcc/java/expr.c
gcc/java/jcf-io.c
gcc/java/jcf-parse.c
gcc/java/jcf-path.c
gcc/java/mangle.c
gcc/java/typeck.c