This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Small problem in include/java-interp.h


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]