[svn:parrot] r44262 - branches/sys_mem_reduce/src/pmc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Sat Feb 20 23:38:14 UTC 2010


Author: mikehh
Date: Sat Feb 20 23:38:13 2010
New Revision: 44262
URL: https://trac.parrot.org/parrot/changeset/44262

Log:
fix pod syntax

Modified:
   branches/sys_mem_reduce/src/pmc/parrotinterpreter.pmc

Modified: branches/sys_mem_reduce/src/pmc/parrotinterpreter.pmc
==============================================================================
--- branches/sys_mem_reduce/src/pmc/parrotinterpreter.pmc	Sat Feb 20 23:31:09 2010	(r44261)
+++ branches/sys_mem_reduce/src/pmc/parrotinterpreter.pmc	Sat Feb 20 23:38:13 2010	(r44262)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2001-2009, Parrot Foundation.
+Copyright (C) 2001-2010, Parrot Foundation.
 $Id$
 
 =head1 NAME
@@ -194,7 +194,7 @@
 
 Yield the current thread
 
-=item C<recursion_limit(INTVAL l :optional)
+=item C<recursion_limit(INTVAL l :optional, INTVAL has_l :opt_flag)>
 
 Gets the recursion limit of the interpreter, optionally setting it to something
 new.


More information about the parrot-commits mailing list