[svn:parrot] r49725 - trunk/src/string

nwellnhof at svn.parrot.org nwellnhof at svn.parrot.org
Fri Oct 29 02:53:33 UTC 2010


Author: nwellnhof
Date: Fri Oct 29 02:53:32 2010
New Revision: 49725
URL: https://trac.parrot.org/parrot/changeset/49725

Log:
[pod] Add missing =cuts

Modified:
   trunk/src/string/api.c

Modified: trunk/src/string/api.c
==============================================================================
--- trunk/src/string/api.c	Fri Oct 29 01:56:27 2010	(r49724)
+++ trunk/src/string/api.c	Fri Oct 29 02:53:32 2010	(r49725)
@@ -3256,6 +3256,8 @@
 Registers the STRING from the interpreter's GC registry to prevent it from
 being collected.
 
+=cut
+
 */
 
 
@@ -3279,6 +3281,8 @@
 
 Unregisters the STRING from the interpreter's GC registry.
 
+=cut
+
 */
 
 PARROT_EXPORT


More information about the parrot-commits mailing list