Hi!
> OK, but plus type parameters, I suppose (POOL_ALLOCATE(POOL_NODE, 8)
> or something like that)?
Yes, like this!
> If we're doing this already, we might as well describe the structures in
> plain C and do
> 
> struct node_struct
> {
>       pool_ptr prev, next;
>       int key, value;
> }
Yes,I'll do this too
So, tomorrow I will send a patch to you. Is this ok?
And I think that it is better to put this in new branch. 
May be you give me a CVS access? 
Thanks,
        Nikita

Reply via email to