[svn:parrot] r42394 - trunk/src
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Tue Nov 10 01:01:35 UTC 2009
Author: jkeenan
Date: Tue Nov 10 01:01:34 2009
New Revision: 42394
URL: https://trac.parrot.org/parrot/changeset/42394
Log:
Change an RT # to a TT #.
Modified:
trunk/src/debug.c
Modified: trunk/src/debug.c
==============================================================================
--- trunk/src/debug.c Tue Nov 10 00:51:58 2009 (r42393)
+++ trunk/src/debug.c Tue Nov 10 01:01:34 2009 (r42394)
@@ -1692,7 +1692,7 @@
condition->type |= PDB_cond_const;
}
else if (condition->type & PDB_cond_pmc) {
- /* RT #46123 Need to figure out what to do in this case.
+ /* TT #1259: Need to figure out what to do in this case.
* For the time being, we just bail. */
Parrot_io_eprintf(interp->pdb->debugger, "Can't compare PMC with constant\n");
mem_sys_free(condition);
More information about the parrot-commits
mailing list