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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Thu Sep 16 23:30:27 UTC 2010


Author: mikehh
Date: Thu Sep 16 23:30:26 2010
New Revision: 49072
URL: https://trac.parrot.org/parrot/changeset/49072

Log:
fix codetest failure - tidy up pod syntax

Modified:
   trunk/src/gc/alloc_resources.c

Modified: trunk/src/gc/alloc_resources.c
==============================================================================
--- trunk/src/gc/alloc_resources.c	Thu Sep 16 22:31:06 2010	(r49071)
+++ trunk/src/gc/alloc_resources.c	Thu Sep 16 23:30:26 2010	(r49072)
@@ -175,6 +175,7 @@
 =item C<static void debug_print_buf(PARROT_INTERP, const Buffer *b)>
 
 Prints a debug statement with information about the given PObj C<b>.
+
 =cut
 
 */
@@ -193,20 +194,10 @@
 
 =back
 
-*/
-
-/*
-
-=back
-
 =head2 Parrot Re/Allocate Code
 
 =over 4
 
-*/
-
-/*
-
 =item C<void merge_pools(Variable_Size_Pool *dest, Variable_Size_Pool *source)>
 
 Merge two memory pools together. Do this by moving all memory blocks


More information about the parrot-commits mailing list