On Mon, 3 Jul 2006 23:30:01 +0000 (UTC) "Martin Nilsson (Opera Mini - AFK!) @ Pike (-) developers forum" 10353@lyskom.lysator.liu.se wrote:
If you resize an array you will lose the reference.
How come? I mean, I see that realloc_array creates a whole new array, but why does it do that? Couldn't it just realloc the array of svalues and adjust size and malloced_size?
Adam