Author: paultcochrane
Date: Sun Apr  8 11:56:08 2007
New Revision: 18043

Modified:
   trunk/src/ops/pmc.ops

Log:
[src] Converted another TODO item into an RT ticket


Modified: trunk/src/ops/pmc.ops
==============================================================================
--- trunk/src/ops/pmc.ops       (original)
+++ trunk/src/ops/pmc.ops       Sun Apr  8 11:56:08 2007
@@ -697,7 +697,7 @@
 =cut
 
 op hash(out INT, invar PMC) {
-  $1 = VTABLE_hash(interp, $2, 0);   /* XXX */
+  $1 = VTABLE_hash(interp, $2, 0);   /* RT#42352 */
   goto NEXT();
 }
 

Reply via email to