This is the mail archive of the
kawa@sources.redhat.com
mailing list for the Kawa project.
Re: array help
- To: Marco Vezzoli <marco dot vezzoli at st dot com>
- Subject: Re: array help
- From: Per Bothner <per at bothner dot com>
- Date: Tue, 23 Oct 2001 10:11:19 -0700
- CC: kawa <kawa at sourceware dot cygnus dot com>
- References: <3BD56286.5F4CE5F3@st.com> <3BD56A9D.12122D5D@st.com>
Marco Vezzoli wrote:
>Sorry, this was the original text.
>
>Marco Vezzoli wrote:
>
>>Hi,
>>compiling this code generates an internal compiler error on kawa 1.6.94.
>>
>>
>> (define ary ((primitive-array-new <java.lang.Object>) (vector-length
>>vec)))
>> (define (setter array index value)
>> ((primitive-array-set <java.lang.Object>) array index value))
>>
Seems to work in my current code.
>>I cannot access the cvs because of the firewall; please let me know if
>>there is any patch.
>>
Well, 1.6.96 has been released. I guess I forgot to make an announcement.
--Per