Re: [PATCH] fix perlarray.pmc, perlhash.pmc

2002-01-13 Thread Dan Sugalski
At 07:56 PM 1/13/2002 +0100, Mattia Barbon wrote: >key.c: > intialize KEY.keys > >classes/perlarray.c: > * get_string: is casting SELF->cache.struct_val to a STRING*, >while all other methods are using it as a KEY*; don't know >what a perlarray stringifies to, so replacing with NULL >

[PATCH] fix perlarray.pmc, perlhash.pmc

2002-01-13 Thread Mattia Barbon
key.c: intialize KEY.keys classes/perlarray.c: * get_string: is casting SELF->cache.struct_val to a STRING*, while all other methods are using it as a KEY*; don't know what a perlarray stringifies to, so replacing with NULL * get_bool: the default behaviour does not look right to me af