aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/class.c
diff options
context:
space:
mode:
authorAlexandre Petit-Bianco <apbianco@redhat.com>2001-06-20 20:20:04 -0700
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>2001-06-20 20:20:04 -0700
commit8e41c4f38ef85ab077859de25258869a1ff46a52 (patch)
tree8093d6470a7fb4a32e88a06e02bdb594f422f543 /gcc/java/class.c
parent6c0a4eab24dd97de9f19e045d971718d516387e3 (diff)
downloadgcc-8e41c4f38ef85ab077859de25258869a1ff46a52.zip
gcc-8e41c4f38ef85ab077859de25258869a1ff46a52.tar.gz
gcc-8e41c4f38ef85ab077859de25258869a1ff46a52.tar.bz2
class.c (java_hash_tree_node): Fixed indentation in leading comment.
2001-06-20 Alexandre Petit-Bianco <apbianco@redhat.com> * class.c (java_hash_tree_node): Fixed indentation in leading comment. * parse.y (do_resolve_class): Moved comments out to leading comment section. Removed local `start', New local `_ht' and `circularity_hash.' Record `enclosing' in hash table and search it to detect circularity. Use `enclosing' as an argument to `lookup_cl.' Free the hash table when done. (http://gcc.gnu.org/ml/gcc-patches/2001-06/msg01318.html ) From-SVN: r43480
Diffstat (limited to 'gcc/java/class.c')
-rw-r--r--gcc/java/class.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/java/class.c b/gcc/java/class.c
index 40c8a83..894671c 100644
--- a/gcc/java/class.c
+++ b/gcc/java/class.c
@@ -618,9 +618,9 @@ init_test_hash_newfunc (entry, table, string)
return (struct hash_entry *) ret;
}
-/* Hash table helpers. Also reused in find_applicable_accessible_methods_list
- (parse.y). The hash of a tree node is it's pointer value,
- comparison is direct. */
+/* Hash table helpers. Also reused in find_applicable_accessible_methods_list
+ (parse.y). The hash of a tree node is its pointer value, comparison
+ is direct. */
unsigned long
java_hash_hash_tree_node (k)