[svn:parrot] r44241 - branches/sys_mem_reduce/src/gc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Sat Feb 20 13:51:48 UTC 2010


Author: mikehh
Date: Sat Feb 20 13:51:47 2010
New Revision: 44241
URL: https://trac.parrot.org/parrot/changeset/44241

Log:
one space required at the moment - fixing

Modified:
   branches/sys_mem_reduce/src/gc/gc_private.h

Modified: branches/sys_mem_reduce/src/gc/gc_private.h
==============================================================================
--- branches/sys_mem_reduce/src/gc/gc_private.h	Sat Feb 20 13:40:42 2010	(r44240)
+++ branches/sys_mem_reduce/src/gc/gc_private.h	Sat Feb 20 13:51:47 2010	(r44241)
@@ -137,7 +137,7 @@
     void* (*allocate_memory_chunk_with_interior_pointers)(PARROT_INTERP, size_t size);
     void* (*reallocate_memory_chunk_with_interior_pointers)(PARROT_INTERP, void *data,
             size_t oldsize, size_t newsize);
-    void  (*free_memory_chunk)(PARROT_INTERP, void *data);
+    void (*free_memory_chunk)(PARROT_INTERP, void *data);
 
     void (*block_mark)(PARROT_INTERP);
     void (*unblock_mark)(PARROT_INTERP);


More information about the parrot-commits mailing list