Re: [svn:parrot] r21429 - in trunk: include/parrot src/gc

2007-09-21 Thread jerry gay
On 9/21/07, chromatic <[EMAIL PROTECTED]> wrote: > On Thursday 20 September 2007 09:38:28 [EMAIL PROTECTED] wrote: > > > Modified: > >trunk/include/parrot/register.h > >trunk/src/gc/register.c > > > > Log: > > [gc]: add 'struct' to Parrot_Context in func decls/defs > > I'm not much of a fan

Re: [svn:parrot] r21429 - in trunk: include/parrot src/gc

2007-09-21 Thread chromatic
On Thursday 20 September 2007 09:38:28 [EMAIL PROTECTED] wrote: > Modified: >trunk/include/parrot/register.h >trunk/src/gc/register.c > > Log: > [gc]: add 'struct' to Parrot_Context in func decls/defs I'm not much of a fan of this because: > Modified: trunk/src/gc/register.c > ==