Re: eof opcode

2004-11-24 Thread Leopold Toetsch
Brian Wheeler <[EMAIL PROTECTED]> wrote: > I noticed a hole in the io.ops where the PIO stuff wasn't covered. This > patch creates an eof opcode which checks for end of file. Please just use the "eof" method of the PIO object: $I0 = $P0."eof"() leo

eof opcode

2004-11-24 Thread brian wheeler
I noticed a hole in the io.ops where the PIO stuff wasn't covered. This patch creates an eof opcode which checks for end of file. Brian Wheeler [EMAIL PROTECTED] cvs diff: Diffing . cvs diff: Diffing ops Index: ops/io.ops ==