On Fri, Apr 25, 2008 at 9:12 AM, via RT Andy Dougherty
<[EMAIL PROTECTED]> wrote:
> # New Ticket Created by  Andy Dougherty
>  # Please include the string:  [perl #53344]
>  # in the subject line of all future correspondence about this issue.
>  # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=53344 >
>
>
>  I tripped over this while working on a stacks patch.  It prevents
>  compilation without debugging.
>
>  --- parrot-svn/src/gc/dod.c     Fri Apr 25 07:55:47 2008
>  +++ parrot-andy/src/gc/dod.c    Fri Apr 25 09:29:55 2008
>  @@ -218,8 +218,8 @@
>          else if (p->pmc_ext && PMC_metadata(p))
>              fprintf(stderr, "GC: error obj %p (%s) has properties\n",
>                      (void *)p, (char*)p->vtable->whoami->strstart);
>  -    }
>   #  endif
>  +    }
>   #  if GC_VERBOSE
>      /* buffer GC_DEBUG stuff */
>      if (GC_DEBUG(interp) && PObj_report_TEST(obj))
>
thanks, i've already fixed it in trunk, since i ran into it as well.
~jerry

Reply via email to