Patch: natMethod fix
Tom Tromey
tromey@redhat.com
Thu Feb 28 15:15:00 GMT 2002
>>>>> "Anthony" == Anthony Green <green@cygnus.com> writes:
Anthony> I found this omission (handling of FFI_TYPE_POINTER) while
Anthony> running rhino. I've also moved the constructor test above
Anthony> the switch as a minor optimization.
Anthony> Ok for branch and trunk?
Yes, thanks.
Anthony> + else
Anthony> + switch (rtype->type)
Anthony> + {
I think there should be braces around the switch:
else
{
switch (...)
Tom
More information about the Java-patches
mailing list