[svn:parrot] r41839 - branches/pcc_reapply/src/call

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Oct 13 14:21:00 UTC 2009


Author: mikehh
Date: Tue Oct 13 14:20:57 2009
New Revision: 41839
URL: https://trac.parrot.org/parrot/changeset/41839

Log:
codetest fix - missing function documentation

Modified:
   branches/pcc_reapply/src/call/args.c

Modified: branches/pcc_reapply/src/call/args.c
==============================================================================
--- branches/pcc_reapply/src/call/args.c	Tue Oct 13 08:04:46 2009	(r41838)
+++ branches/pcc_reapply/src/call/args.c	Tue Oct 13 14:20:57 2009	(r41839)
@@ -2296,6 +2296,21 @@
 
 /*
 
+Get the appropriate argument value from the continuation
+
+=item C<static INTVAL intval_arg_from_continuation(PARROT_INTERP, PMC *cs,
+INTVAL arg_index)>
+
+=item C<static FLOATVAL numval_arg_from_continuation(PARROT_INTERP, PMC *cs,
+INTVAL arg_index)>
+
+=item C<static STRING* string_arg_from_continuation(PARROT_INTERP, PMC *cs,
+INTVAL arg_index)>
+
+=item C<static PMC* pmc_arg_from_continuation(PARROT_INTERP, PMC *cs, INTVAL
+arg_index)>
+
+
 Get the appropriate argument value from the op.
 
 =item C<static INTVAL intval_arg_from_op(PARROT_INTERP, opcode_t *raw_args,


More information about the parrot-commits mailing list