[svn:parrot] r43327 - branches/boehm_gc/src/gc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Wed Dec 30 20:11:45 UTC 2009


Author: mikehh
Date: Wed Dec 30 20:11:44 2009
New Revision: 43327
URL: https://trac.parrot.org/parrot/changeset/43327

Log:
fix codetest failure - add missing function documentation (this needs clarificartion - placeholder)

Modified:
   branches/boehm_gc/src/gc/gc_boehm.c

Modified: branches/boehm_gc/src/gc/gc_boehm.c
==============================================================================
--- branches/boehm_gc/src/gc/gc_boehm.c	Wed Dec 30 19:48:13 2009	(r43326)
+++ branches/boehm_gc/src/gc/gc_boehm.c	Wed Dec 30 20:11:44 2009	(r43327)
@@ -238,6 +238,15 @@
     pool->more_objects    = gc_boehm_more_traceable_objects;
 }
 
+/*
+
+=item C<static void gc_boehm_finalize_cb(GC_PTR obj, GC_PTR user_data)>
+
+this function is passed to the finalizer
+
+=cut
+
+*/
 static void
 gc_boehm_finalize_cb(GC_PTR obj, GC_PTR user_data)
 {


More information about the parrot-commits mailing list