All XXX notes should be attached to an RT ticket.

[EMAIL PROTECTED] wrote:
Author: petdance
Date: Sun Jun 17 23:21:22 2007
New Revision: 19081

Modified:
   trunk/include/parrot/register.h

Log:
add an XXX note

Modified: trunk/include/parrot/register.h
==============================================================================
--- trunk/include/parrot/register.h     (original)
+++ trunk/include/parrot/register.h     Sun Jun 17 23:21:22 2007
@@ -59,6 +59,7 @@
 /*
  * same with the default name interpreter
  */
+/* XXX Redfine these to explicitly pass interp, rather than assuming it's 
there */
 #define REG_INT(x) INTERP_REG_INT(interp, x)
 #define REG_NUM(x) INTERP_REG_NUM(interp, x)
 #define REG_STR(x) INTERP_REG_STR(interp, x)

Reply via email to