This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Small problem in include/java-interp.h
- To: minyard at acm dot org
- Subject: Re: Small problem in include/java-interp.h
- From: Tom Tromey <tromey at redhat dot com>
- Date: 21 Jun 2001 09:28:35 -0600
- Cc: java-discuss at sources dot redhat dot com
- References: <m366dqfr2z.fsf@wf-rch.cirr.com>
- Reply-To: tromey at redhat dot com
>>>>> "Corey" == minyard <minyard@acm.org> writes:
Corey> In the new gcc-3.0 release, there is a small problem with
Corey> java-interp.h not using the proper define for _Jv_MarkObj. The
Corey> patch follows.
Thanks.
Corey> + friend JV_MARKOBJ_DECL;
I think this needs to be wrapped in #ifdef JV_MARKOBJ_DECL, just as it
is in Class.h.
I'll check this in to the main line shortly.
Tom