develooper Front page | perl.perl6.internals | Postings from February 2002

Re: [PATCH] Parrot_Interp

Thread Previous | Thread Next
From:
Melvin Smith
Date:
February 17, 2002 08:35
Subject:
Re: [PATCH] Parrot_Interp
Message ID:
5.1.0.14.0.20020217113235.027a50a0@pop.mindspring.com
At 06:59 PM 2/16/2002 -0800, Steve Fink wrote:
>Anyone object to eliminating the need for the 'struct'?
>-struct Parrot_Interp {
>+typedef struct Parrot_Interp {
>      struct IReg int_reg;
>      struct NReg num_reg;
>      struct SReg string_reg;
>@@ -87,7 +86,7 @@
>      void *current_package;              /* The package we're currently in */
>      UINTVAL string_count;
>      UINTVAL pmc_count;
>-};
>+} Parrot_Interp;

Didn't Brent Dax propose something about calling it Parrot? In either case,
I prefer the typedef, but I vote for Parrot without the _Interp.

Cheers,

-Melvin


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About