On Thu, Nov 29, 2001 at 10:51:52PM -0500, Jeff G wrote: > > Shouldn't we be placing set_p_i and the like in vtable.ops? > Of course, I meant vtable.tbl.
No you didn't. vtable.tbl is the methods. > wondering if it wouldn't be better to let a human create the vtable.ops > file and leave vtable.tbl as an auxiliary file that's used to generate > the appropriate entries for vtable.h and the like. Possibly. The reason I put stuff into vtable.ops and not core.ops was so that the vtable ops *could* be automatically generated without clobbering the core ops. -- "The C Programming Language -- A language which combines the power of assembly language with the flexibility of assembly language."