Dan Sugalski wrote:

At 6:48 PM +0300 4/23/04, Jarkko Hietaniemi wrote:

>>>You're welcome to try it again, though...while you're at it, you might

as well make all internal Parrot functions take an Interp * instead of a


I hope there's #undef Interp in there somewhere.


I hope it's not in there in the first place. The prefix needs to stay.

The declaration has been (along the lines of)


    typedef struct Parrot_Interp {
        ...
    } Interp;

for years. The Interp typedef is intended for internal use only. Why do we need the prefix on an internal-use only typedef? We don't use Parrot_String or Parrot_PMC internally.

Outside of Parrot, it's still Parrot_Interp, the same as I wrote it way back when I checked the embedding interface in.

--
Brent "Dax" Royal-Gordon <[EMAIL PROTECTED]>
Perl and Parrot hacker

Oceania has always been at war with Eastasia.

Reply via email to