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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Thu Sep 23 12:39:56 UTC 2010


Author: mikehh
Date: Thu Sep 23 12:39:55 2010
New Revision: 49275
URL: https://trac.parrot.org/parrot/changeset/49275

Log:
replace c++ comments to get codetest to pass

Modified:
   trunk/src/gc/gc_ms2.c

Modified: trunk/src/gc/gc_ms2.c
==============================================================================
--- trunk/src/gc/gc_ms2.c	Thu Sep 23 11:48:55 2010	(r49274)
+++ trunk/src/gc/gc_ms2.c	Thu Sep 23 12:39:55 2010	(r49275)
@@ -645,8 +645,12 @@
 
     Parrot_gc_str_finalize(interp, &self->string_gc);
 
-    // Parrot_list_destroy(interp, self->objects);
-    // Parrot_list_destroy(interp, self->strings);
+    /* (replace c++ comments)
+     *
+     * Parrot_list_destroy(interp, self->objects);
+     * Parrot_list_destroy(interp, self->strings);
+     *
+     */
     Parrot_gc_pool_destroy(interp, self->pmc_allocator);
     Parrot_gc_pool_destroy(interp, self->string_allocator);
     Parrot_gc_fixed_allocator_destroy(interp, self->fixed_size_allocator);


More information about the parrot-commits mailing list