This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Bidimension array of int
- To: Eric Gamess <egamess@kanaima.ciens.ucv.ve>
- Subject: Re: Bidimension array of int
- From: Tom Tromey <tromey@cygnus.com>
- Date: Thu, 2 Sep 1999 15:58:48 -0700
- Cc: java-discuss@sourceware.cygnus.com
- References: <m2zoz5yiyy.fsf@magnus.bothner.com><Pine.SGI.3.96.990902181530.7602A-100000@kanaima.ciens.ucv.ve>
>>>>> "Eric" == Eric Gamess <egamess@kanaima.ciens.ucv.ve> writes:
Eric> Why gcjh give me protoype:
Eric> void Borrar::visualizar(jobjectArray, jint);
Eric> instead of prototype:
Eric> void Borrar::visualizar(JArray<JArray<int> *> *);
That's a bug in gcjh.
I have a fix which I'll check in shortly.
Tom