This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Patch: Implement Class.getSigners
- From: Andrew Haley <aph at redhat dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: GCC libjava patches <java-patches at gcc dot gnu dot org>, Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 9 Oct 2003 09:42:52 +0100
- Subject: Patch: Implement Class.getSigners
- References: <87u16jcvqh.fsf@fleche.redhat.com>
Tom Tromey writes:
>
> Index: gcc/java/ChangeLog
> from Tom Tromey <tromey@redhat.com>
>
> * decl.c (java_init_decl_processing): Declare signers field.
> * class.c (make_class_data): Set signers field.
OK.
Andrew.