# New Ticket Created by Peter Christopher # Please include the string: [perl #33788] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=33788 >
Changed io's type from ParrotIO* to PMC*. This is needed for return type of PIO_open and arg. types of PIO_peek, PIO_read, PIO_close. Compiler warns, but the execution of the code shouldn't change. Best,Pete
--- io.t Fri Oct 1 19:00:22 2004 +++ new_io.t Thu Jan 13 19:36:28 2005 @@ -652,7 +652,7 @@ the_test(Interp *interpreter, opcode_t *cur_op, opcode_t *start) { - ParrotIO *io; + PMC *io; char peekbuf[1024], readbuf[1024]; UINTVAL len; STRING fake, *s;