Luke Palmer <[EMAIL PROTECTED]> wrote: > Here's that op that replaces the header of one PMC with another's, if > people are interested.
> +inline op supplant(in PMC, in PMC) { > + *$1 = *$2; Brrr. I'm not willing to contemplate now on the nasty side effects that might have, but what for are you using that? leo