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
libjava/include
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue