develooper Front page | perl.cvs.parrot | Postings from January 2009

[svn:parrot] r35580 - trunk/src/gc

From:
bernhard
Date:
January 15, 2009 01:51
Subject:
[svn:parrot] r35580 - trunk/src/gc
Message ID:
20090115095140.68D03CB9AE@x12.develooper.com
Author: bernhard
Date: Thu Jan 15 01:51:39 2009
New Revision: 35580

Modified:
   trunk/src/gc/mark_sweep.c

Log:
[codingstd] t/codingstd/c_parens.t


Modified: trunk/src/gc/mark_sweep.c
==============================================================================
--- trunk/src/gc/mark_sweep.c	(original)
+++ trunk/src/gc/mark_sweep.c	Thu Jan 15 01:51:39 2009
@@ -991,7 +991,7 @@
         if (PMC_metadata(current))
             pobject_lives(interp, (PObj *)PMC_metadata(current));
 
-         if(PObj_custom_mark_TEST(current)) {
+         if (PObj_custom_mark_TEST(current)) {
             PARROT_ASSERT(!PObj_on_free_list_TEST(current));
             VTABLE_mark(interp, current);
         }



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