[PROPOSAL] interface for custom pmc functions

2002-08-22 Thread Josef Hook
It's a fact that we have a problem with pmc's that has custom functions which dosent fit into the vtable. Therefore i suggest we add a pointer in pmc struct that points to a function list, Also adding 3 functions to vtable struct that manipulates this list. register_function( PMC *p, void

Re: [PROPOSAL] interface for custom pmc functions

2002-08-22 Thread Aldo Calpini
Josef Hook wrote: It's a fact that we have a problem with pmc's that has custom functions which dosent fit into the vtable. Therefore i suggest we add a pointer in pmc struct that points to a function list, we already have find_method and invoke, they just need to be implemented :-) I was