[svn:parrot] r45870 - trunk/src/ops
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Wed Apr 21 22:54:06 UTC 2010
Author: mikehh
Date: Wed Apr 21 22:54:05 2010
New Revision: 45870
URL: https://trac.parrot.org/parrot/changeset/45870
Log:
fix codetest failure - trailing spaces
Modified:
trunk/src/ops/core.ops
Modified: trunk/src/ops/core.ops
==============================================================================
--- trunk/src/ops/core.ops Wed Apr 21 21:49:21 2010 (r45869)
+++ trunk/src/ops/core.ops Wed Apr 21 22:54:05 2010 (r45870)
@@ -840,7 +840,7 @@
PMC * const resume = pmc_new(interp, enum_class_Continuation);
PMC * const exception = Parrot_ex_build_exception(interp, EXCEPT_exit, $1, NULL);
- VTABLE_set_pointer(interp, resume, ret);
+ VTABLE_set_pointer(interp, resume, ret);
VTABLE_set_attr_str(interp, exception,
Parrot_str_new_constant(interp, "resume"), resume);
More information about the parrot-commits
mailing list