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

chromatic at svn.parrot.org chromatic at svn.parrot.org
Sat Sep 5 02:08:13 UTC 2009


Author: chromatic
Date: Sat Sep  5 02:08:13 2009
New Revision: 40986
URL: https://trac.parrot.org/parrot/changeset/40986

Log:
[GC] Touched up the formatting of a function signature I missed in r40985.

Modified:
   trunk/src/gc/api.c

Modified: trunk/src/gc/api.c
==============================================================================
--- trunk/src/gc/api.c	Sat Sep  5 02:05:10 2009	(r40985)
+++ trunk/src/gc/api.c	Sat Sep  5 02:08:13 2009	(r40986)
@@ -1661,7 +1661,7 @@
 /*
 
 =item C<void Parrot_gc_free_fixed_size_storage(PARROT_INTERP, size_t size, void
-* data)>
+*data)>
 
 EXPERIMENTAL!!!  See above.
 


More information about the parrot-commits mailing list