[svn:parrot] r44254 - trunk/src/pmc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Sat Feb 20 22:50:44 UTC 2010


Author: mikehh
Date: Sat Feb 20 22:50:44 2010
New Revision: 44254
URL: https://trac.parrot.org/parrot/changeset/44254

Log:
fix pod syntax

Modified:
   trunk/src/pmc/parrotinterpreter.pmc

Modified: trunk/src/pmc/parrotinterpreter.pmc
==============================================================================
--- trunk/src/pmc/parrotinterpreter.pmc	Sat Feb 20 22:18:13 2010	(r44253)
+++ trunk/src/pmc/parrotinterpreter.pmc	Sat Feb 20 22:50:44 2010	(r44254)
@@ -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