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
>
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