Simon Cozens <[EMAIL PROTECTED]> wrote:
> Shouldn't the above be more like:
> 
>     P1->vtable->vtable_funcs[VTABLE_ADD + P2->vtable->num_type](i, P0, P1, P2);

I'm probably overlooking something here, but why the double indirection?
Shouldn't that just be

P1->vtable.vtable_funcs[....

?

Reply via email to