[svn:parrot] r44882 - trunk/src/ops

mikehh at svn.parrot.org mikehh at svn.parrot.org
Thu Mar 11 18:31:32 UTC 2010


Author: mikehh
Date: Thu Mar 11 18:31:31 2010
New Revision: 44882
URL: https://trac.parrot.org/parrot/changeset/44882

Log:
fix codetest failure - no documentation for root_new(out PMC, in PMC, in INT) - boilerplate only

Modified:
   trunk/src/ops/experimental.ops

Modified: trunk/src/ops/experimental.ops
==============================================================================
--- trunk/src/ops/experimental.ops	Thu Mar 11 18:18:19 2010	(r44881)
+++ trunk/src/ops/experimental.ops	Thu Mar 11 18:31:31 2010	(r44882)
@@ -300,6 +300,14 @@
     }
 }
 
+=over 4
+
+=item B<root_new>(out PMC, in PMC, in INT)
+
+=back
+
+=cut
+
 op root_new(out PMC, in PMC, in INT) {
     PMC * const  name_key = $2;
 


More information about the parrot-commits mailing list