class.c (make_class_data): Renamed fields: nmethods to method_count, method_count...
authorTom Tromey <tromey@cygnus.com>
Fri, 30 Oct 1998 00:35:32 +0000 (00:35 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Fri, 30 Oct 1998 00:35:32 +0000 (00:35 +0000)
commit9cfceb60cded797ae431d53e30b279afb161d3c1
tree299473034cd88f8a96a4600141440dc773f50ce1
parent8b83b2a74d04968a5cc09150acd6f442d044f91d
class.c (make_class_data): Renamed fields: nmethods to method_count, method_count to dtable_method_count.

* class.c (make_class_data): Renamed fields: nmethods to
method_count, method_count to dtable_method_count.  Always set
`state' field to 0.
* decl.c (init_decl_processing): Likewise.

From-SVN: r23449
gcc/java/ChangeLog
gcc/java/class.c
gcc/java/decl.c