[svn:parrot] r41341 - branches/kill_jit/src

mikehh at svn.parrot.org mikehh at svn.parrot.org
Fri Sep 18 21:48:45 UTC 2009


Author: mikehh
Date: Fri Sep 18 21:48:44 2009
New Revision: 41341
URL: https://trac.parrot.org/parrot/changeset/41341

Log:
codetest failure - pod syntax

Modified:
   branches/kill_jit/src/frame_builder.c

Modified: branches/kill_jit/src/frame_builder.c
==============================================================================
--- branches/kill_jit/src/frame_builder.c	Fri Sep 18 21:21:09 2009	(r41340)
+++ branches/kill_jit/src/frame_builder.c	Fri Sep 18 21:48:44 2009	(r41341)
@@ -14,6 +14,8 @@
 
 /*
 
+=over 4
+
 =item C<void Parrot_jit_free_buffer(PARROT_INTERP, void *ptr, void *priv)>
 
 This is a callback to implement the proper freeing semantics.  It is called by
@@ -38,6 +40,8 @@
 This is a callback to implement the proper cloning semantics for jit buffers.
 It is called by the ManagedStruct PMC's clone() function.
 
+=back
+
 =cut
 
 */


More information about the parrot-commits mailing list