[svn:parrot] r41756 - branches/pcc_reapply/src/call
whiteknight at svn.parrot.org
whiteknight at svn.parrot.org
Wed Oct 7 23:08:10 UTC 2009
Author: whiteknight
Date: Wed Oct 7 23:08:09 2009
New Revision: 41756
URL: https://trac.parrot.org/parrot/changeset/41756
Log:
[pcc] remove XXX note, we don't need to worry about :flat here
Modified:
branches/pcc_reapply/src/call/args.c
Modified: branches/pcc_reapply/src/call/args.c
==============================================================================
--- branches/pcc_reapply/src/call/args.c Wed Oct 7 22:53:29 2009 (r41755)
+++ branches/pcc_reapply/src/call/args.c Wed Oct 7 23:08:09 2009 (r41756)
@@ -1392,8 +1392,6 @@
/* the call obj doesn't have the returns as positionals, so instead we loop
* over raw_sig and count the number of non-named
- *
- * XXX Do we need to check for :flat?
*/
for (i = 0; i < return_count; i++) {
INTVAL flags = VTABLE_get_integer_keyed_int(interp, raw_sig, i);
More information about the parrot-commits
mailing list