[svn:mod_parrot] r349 - mod_parrot/trunk/src

[email protected] Fri, 13 Jun 2008 10:12:47 -0700 (PDT)
Newsgroups perl.cvs.mod_parrot
Message-ID <[email protected]>
Author: jhorwitz
Date: Fri Jun 13 10:12:46 2008
New Revision: 349

Modified:
   mod_parrot/trunk/src/parrot_util.c

Log:
stay up to date w/ changes to the GC API


Modified: mod_parrot/trunk/src/parrot_util.c
==============================================================================
--- mod_parrot/trunk/src/parrot_util.c	(original)
+++ mod_parrot/trunk/src/parrot_util.c	Fri Jun 13 10:12:46 2008
@@ -93,8 +93,8 @@
 static void modparrot_interp_cleanup(Parrot_Interp interp, int status)
 {
 
-    Parrot_block_DOD(interp);
-    Parrot_block_GC(interp);
+    Parrot_block_GC_mark(interp);
+    Parrot_block_GC_sweep(interp);
 
     handler_node_t *node = interp->exit_handler_list;
     while (node) {