[svn:parrot] r42627 - trunk/src/pmc
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Sat Nov 21 02:42:14 UTC 2009
Author: jkeenan
Date: Sat Nov 21 02:42:13 2009
New Revision: 42627
URL: https://trac.parrot.org/parrot/changeset/42627
Log:
Change RT reference to TT reference.
Modified:
trunk/src/pmc/eval.pmc
Modified: trunk/src/pmc/eval.pmc
==============================================================================
--- trunk/src/pmc/eval.pmc Sat Nov 21 02:34:09 2009 (r42626)
+++ trunk/src/pmc/eval.pmc Sat Nov 21 02:42:13 2009 (r42627)
@@ -191,7 +191,7 @@
return;
}
- /* RT #46685 create PF API, move it there */
+ /* TT #1315 create PF API, move it there */
seg = (PackFile_Segment *)cur_cs->const_table;
if (seg) {
PackFile_Segment_destroy(INTERP, seg);
More information about the parrot-commits
mailing list