[svn:parrot] r47822 - trunk/src

mikehh at svn.parrot.org mikehh at svn.parrot.org
Fri Jun 25 03:49:05 UTC 2010


Author: mikehh
Date: Fri Jun 25 03:49:04 2010
New Revision: 47822
URL: https://trac.parrot.org/parrot/changeset/47822

Log:
fix codetest failure - add missing docs

Modified:
   trunk/src/hash.c

Modified: trunk/src/hash.c
==============================================================================
--- trunk/src/hash.c	Fri Jun 25 03:16:57 2010	(r47821)
+++ trunk/src/hash.c	Fri Jun 25 03:49:04 2010	(r47822)
@@ -1454,6 +1454,19 @@
     parrot_hash_clone_prunable(interp, hash, dest, 1);
 }
 
+/*
+
+=item C<void parrot_hash_clone_prunable(PARROT_INTERP, const Hash *hash, Hash
+*dest, int deep)>
+
+helper function to Clone C<hash> to C<dest>
+
+allows deep cloning of PMC types if deep set
+
+=cut
+
+*/
+
 void
 parrot_hash_clone_prunable(PARROT_INTERP, ARGIN(const Hash *hash),
     ARGOUT(Hash *dest), int deep)


More information about the parrot-commits mailing list