[svn:parrot] r44642 - branches/pcc_hackathon_6Mar10/src/ops
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Fri Mar 5 13:19:45 UTC 2010
Author: mikehh
Date: Fri Mar 5 13:19:42 2010
New Revision: 44642
URL: https://trac.parrot.org/parrot/changeset/44642
Log:
fix codetest failure - trailing whitespace and copyright
Modified:
branches/pcc_hackathon_6Mar10/src/ops/core.ops
Modified: branches/pcc_hackathon_6Mar10/src/ops/core.ops
==============================================================================
--- branches/pcc_hackathon_6Mar10/src/ops/core.ops Fri Mar 5 12:09:13 2010 (r44641)
+++ branches/pcc_hackathon_6Mar10/src/ops/core.ops Fri Mar 5 13:19:42 2010 (r44642)
@@ -539,7 +539,7 @@
PMC * const signature = $1;
PMC *call_sig, *old_sig;
INTVAL argc;
-
+
old_sig = CURRENT_CONTEXT(interp);
call_sig = Parrot_pcc_build_sig_object_from_op(interp,
old_sig, signature, raw_args);
@@ -1410,7 +1410,7 @@
=head1 COPYRIGHT
-Copyright (C) 2001-2008, Parrot Foundation.
+Copyright (C) 2001-2010, Parrot Foundation.
=head1 LICENSE
More information about the parrot-commits
mailing list