At 9:19 AM -0700 4/23/04, Brent 'Dax' Royal-Gordon wrote:
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.

Huh. I didn't think we were using that anywhere--I know I've been using Parrot_Interp, but I'm often a bit behind.
--
Dan


--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to