class.c (java_hash_tree_node): Fixed indentation in leading comment.
authorAlexandre Petit-Bianco <apbianco@redhat.com>
Thu, 21 Jun 2001 03:20:04 +0000 (20:20 -0700)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Thu, 21 Jun 2001 03:20:04 +0000 (20:20 -0700)
commit8e41c4f38ef85ab077859de25258869a1ff46a52
tree8093d6470a7fb4a32e88a06e02bdb594f422f543
parent6c0a4eab24dd97de9f19e045d971718d516387e3
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
gcc/java/ChangeLog
gcc/java/class.c
gcc/java/parse.y