Author: allison Date: Sun Nov 23 13:54:34 2008 New Revision: 33087 Modified: branches/pdd22io_part2/src/io/api.c
Log: [pdd22io] Convert all calls to old I/O system. Modified: branches/pdd22io_part2/src/io/api.c ============================================================================== --- branches/pdd22io_part2/src/io/api.c (original) +++ branches/pdd22io_part2/src/io/api.c Sun Nov 23 13:54:34 2008 @@ -530,7 +530,7 @@ if (interp) { STRING * const str = Parrot_vsprintf_c(interp, s, args); - ret = PIO_putps(interp, _PIO_STDERR(interp), str); + ret = Parrot_io_putps(interp, _PIO_STDERR(interp), str); } else { /* Be nice about this... @@ -564,7 +564,7 @@ /* -=item C<INTVAL Parrot_io_isatty> +=item C<INTVAL Parrot_io_is_tty> Returns a boolean value indicating whether C<*pmc> is a console/tty.