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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Sat Feb 20 13:21:01 UTC 2010


Author: mikehh
Date: Sat Feb 20 13:21:00 2010
New Revision: 44237
URL: https://trac.parrot.org/parrot/changeset/44237

Log:
correct C function docs

Modified:
   branches/sys_mem_reduce/src/gc/api.c

Modified: branches/sys_mem_reduce/src/gc/api.c
==============================================================================
--- branches/sys_mem_reduce/src/gc/api.c	Sat Feb 20 13:09:11 2010	(r44236)
+++ branches/sys_mem_reduce/src/gc/api.c	Sat Feb 20 13:21:00 2010	(r44237)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2001-2009, Parrot Foundation.
+Copyright (C) 2001-2010, Parrot Foundation.
 $Id$
 
 =head1 NAME
@@ -665,7 +665,7 @@
 
 =item C<void *
 Parrot_gc_reallocate_memory_chunk_with_interior_pointers(PARROT_INTERP, void
-*data, size_t oldsize, size_t newsize)>
+*data, size_t newsize, size_t oldsize)>
 
 TODO Write docu.
 


More information about the parrot-commits mailing list