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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Sat Mar 27 21:45:01 UTC 2010


Author: mikehh
Date: Sat Mar 27 21:45:01 2010
New Revision: 45212
URL: https://trac.parrot.org/parrot/changeset/45212

Log:
fix codetest failure - add missing c function docs

Modified:
   trunk/src/gc/gc_inf.c

Modified: trunk/src/gc/gc_inf.c
==============================================================================
--- trunk/src/gc/gc_inf.c	Sat Mar 27 21:39:33 2010	(r45211)
+++ trunk/src/gc/gc_inf.c	Sat Mar 27 21:45:01 2010	(r45212)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2001-2009, Parrot Foundation.
+Copyright (C) 2001-2010, Parrot Foundation.
 $Id$
 
 =head1 NAME
@@ -536,6 +536,8 @@
 
 =item C<static void gc_inf_free_memory_chunk(PARROT_INTERP, void *data)>
 
+=item C<static void failed_allocation(unsigned int line, unsigned long size)>
+
 TODO Write docu.
 
 */


More information about the parrot-commits mailing list