On Fri, May 26, 2000 at 10:33:34AM -0400, Rob Furphy wrote:
4) change line 171 in CClassHeaders/org_OpenJIT_Compile.h (2 changes) to:
extern char org_OpenJIT_Compile_ConstantPoolFieldDescriptor(struct
Horg_OpenJIT_Compile *, jint);
Actually, as Peter van Heusden pointed out, you only need to make one change,
the return type of the function must be char. Obviously jint is the same as
int32_t.
-past
To Unsubscribe: send mail to majo...@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message