[svn:parrot] r42673 - trunk/src/pmc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Sat Nov 21 05:49:05 UTC 2009


Author: mikehh
Date: Sat Nov 21 05:49:02 2009
New Revision: 42673
URL: https://trac.parrot.org/parrot/changeset/42673

Log:
fix codetest failure - trailing spaces

Modified:
   trunk/src/pmc/eval.pmc

Modified: trunk/src/pmc/eval.pmc
==============================================================================
--- trunk/src/pmc/eval.pmc	Sat Nov 21 03:59:14 2009	(r42672)
+++ trunk/src/pmc/eval.pmc	Sat Nov 21 05:49:02 2009	(r42673)
@@ -289,7 +289,7 @@
 
         /* We block GC while doing the packing, since GC run during a pack
            has been observed to cause problems. There may be a Better Fix.
-           See http://rt.perl.org/rt3/Ticket/Display.html?id=40410 
+           See http://rt.perl.org/rt3/Ticket/Display.html?id=40410
            for example of the problem (note on line that
            segfaults, it is *cursor that is pointing to dealloced memory). */
         Parrot_block_GC_mark(INTERP);


More information about the parrot-commits mailing list