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:
parent
8164237cfc
commit
470042c712
2 changed files with 8 additions and 1 deletions
|
@ -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>
|
2001-06-19 Mark J. Roberts <mjr@statesmean.com>
|
||||||
|
|
||||||
* java/math/BigInteger.java (byteArrayToIntArray): Don't include
|
* java/math/BigInteger.java (byteArrayToIntArray): Don't include
|
||||||
|
|
|
@ -158,7 +158,9 @@ class _Jv_InterpClass : public java::lang::Class
|
||||||
friend class _Jv_InterpMethod;
|
friend class _Jv_InterpMethod;
|
||||||
friend void _Jv_PrepareClass(jclass);
|
friend void _Jv_PrepareClass(jclass);
|
||||||
friend void _Jv_InitField (jobject, jclass, int);
|
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);
|
friend _Jv_MethodBase ** _Jv_GetFirstMethod (_Jv_InterpClass *klass);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue