Gordon Henriksen <[EMAIL PROTECTED]> wrote: > Speaking of cleaning and uniting, what is with this?
> #define bufstart obj.u.b.bufstart > #define buflen obj.u.b.buflen These are *currently* necessary macros, until the PMC/PObj layout is really carved in stones. You had in your proposal a different PMC structure layout. Testing such things is vastly simplified by having accessor macros. I'm not a friend of such macros. But they are needed as long as the actual structure might change. I did introduce all pobj.h related macros. They can go away, when *all* issues are resolved. > Gordon Henriksen leo