# 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))

-- 
    Andy Dougherty              [EMAIL PROTECTED]

Reply via email to