Author: allison
Date: Sun Nov 23 14:01:47 2008
New Revision: 33095

Modified:
   branches/pdd22io_part2/src/gc/register.c

Log:
[pdd22io] Convert all references to old I/O system (even in comments).


Modified: branches/pdd22io_part2/src/gc/register.c
==============================================================================
--- branches/pdd22io_part2/src/gc/register.c    (original)
+++ branches/pdd22io_part2/src/gc/register.c    Sun Nov 23 14:01:47 2008
@@ -558,7 +558,7 @@
 #ifndef NDEBUG
         if (Interp_debug_TEST(interp, PARROT_CTX_DESTROY_DEBUG_FLAG)
             && ctx->current_sub) {
-            /* can't probably PIO_eprintf here */
+            /* can't probably Parrot_io_eprintf here */
             const Parrot_sub * const doomed = PMC_sub(ctx->current_sub);
 
             if (doomed) {

Reply via email to