Hello,

I just checked in a change to PIO_open and PIO_fdopen as discussed in
the thread "[RfC] (fd)open files on other layers than the default
layer". I took the route Melvin suggested and added the layer argument
directly to the PIO_(fd)open functions. The prototypes are now:

PMC *PIO_open(theINTERP, ParrotIOLayer *, const char *, const char *);
PMC *PIO_fdopen(theINTERP, ParrotIOLayer *, PIOHANDLE, const char *);

If you put in NULL as second argument, you can get the old behaviour
opening the file on the default layer.

bye
boe
-- 
Juergen Boemmels                        [EMAIL PROTECTED]
Fachbereich Physik                      Tel: ++49-(0)631-205-2817
Universitaet Kaiserslautern             Fax: ++49-(0)631-205-3906
PGP Key fingerprint = 9F 56 54 3D 45 C1 32 6F  23 F6 C7 2F 85 93 DD 47

Reply via email to