Re: [PATCH] Don't mix PIO with stdio in Parrot_warn

2004-02-21 Thread Leopold Toetsch
Goplat <[EMAIL PROTECTED]> wrote: > Using both PIO and stdio in Parrot_warn causes output to get mixed up > when io is being buffered. Thanks, applied. leo

[PATCH] Don't mix PIO with stdio in Parrot_warn

2004-02-20 Thread Goplat
Using both PIO and stdio in Parrot_warn causes output to get mixed up when io is being buffered. This patch changes print_pbc_location to use PIO, and adds a new print_pbc_location_stdio function for use by exceptions.c (which uses stdio). With it I no longer get test failures on t/pmc/perlarray.t