java-interp.h (_Jv_InterpClass): Use JV_MARKOBJ_DECL.

* include/java-interp.h (_Jv_InterpClass): Use JV_MARKOBJ_DECL.
	From Corey Minyard.

From-SVN: r43484
This commit is contained in:
Tom Tromey 2001-06-21 15:17:21 +00:00 committed by Tom Tromey
parent 8164237cfc
commit 470042c712
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-06-21 Tom Tromey <tromey@redhat.com>
* include/java-interp.h (_Jv_InterpClass): Use JV_MARKOBJ_DECL.
From Corey Minyard.
2001-06-19 Mark J. Roberts <mjr@statesmean.com>
* java/math/BigInteger.java (byteArrayToIntArray): Don't include

View File

@ -158,7 +158,9 @@ class _Jv_InterpClass : public java::lang::Class
friend class _Jv_InterpMethod;
friend void _Jv_PrepareClass(jclass);
friend void _Jv_InitField (jobject, jclass, int);
friend void* _Jv_MarkObj (void *, void *, void *, void *);
#ifdef JV_MARKOBJ_DECL
friend JV_MARKOBJ_DECL;
#endif
friend _Jv_MethodBase ** _Jv_GetFirstMethod (_Jv_InterpClass *klass);
};