Author: paultcochrane
Date: Sat Oct  6 03:17:27 2007
New Revision: 21910

Modified:
   trunk/compilers/imcc/main.c

Log:
[imcc] Converted todo items into RT tickets.


Modified: trunk/compilers/imcc/main.c
==============================================================================
--- trunk/compilers/imcc/main.c (original)
+++ trunk/compilers/imcc/main.c Sat Oct  6 03:17:27 2007
@@ -461,7 +461,7 @@
             case ENDNAMESPACE:  printf(".endnamespace"); break;
             case CONST:         printf(".const "); break;
             case PARAM:         printf(".param "); break;
-            /* TODO: print out more information about the macro */
+            /* RT#46147: print out more information about the macro */
             /* case MACRO:         yylex(&val, interp, yyscanner);
                                 break; */ /* swallow nl */
             case MACRO:         printf(".macro "); break;
@@ -623,7 +623,7 @@
     /* runs :init functions */
     PackFile_fixup_subs(interp, PBC_MAIN, NULL);
 
-    /* XXX no return value :-( */
+    /* RT#46149 no return value :-( */
     Parrot_runcode(interp, argc, argv);
 }
 

Reply via email to