Jeff Clites <[EMAIL PROTECTED]> wrote:

> At the same time, I'm not sure why we need this construct in a header:

>       struct Parrot_Interp;

>       typedef struct Parrot_Interp *Parrot_Interp;

We don't need it. There was some discussion a while a go. This typedef
should just be removed.

The C<struct Parrot_Interp> *is* typedefed to C<Interp> anyway. That's
enough.

But as changing that yields probably a huge patch, I'd prefer, if someone
with CI privs just does s/Parrot_Interp (\w)/Interp *$1/g or such.

Thanks,

and

Thanks, applied.
leo

Reply via email to