diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-12-08 10:20:06 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-12-08 10:20:06 +0000 |
commit | 7cf31bebccd8b4045fd1d586b26bef41a901c2d0 (patch) | |
tree | 01311d1300389cbe150490d4b1a500bafcf061dd /perliol.h | |
parent | 915df47c6a00eb5a6b8d6051eb019773fc41d707 (diff) | |
download | perl-7cf31bebccd8b4045fd1d586b26bef41a901c2d0.tar.gz |
Allow multi-arg open() if opening layer declares this legal.
p4raw-id: //depot/perlio@13530
Diffstat (limited to 'perliol.h')
-rw-r--r-- | perliol.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ struct _PerlIO_funcs { #define PERLIO_K_DUMMY 0x00000010 #define PERLIO_K_UTF8 0x00008000 #define PERLIO_K_DESTRUCT 0x00010000 +#define PERLIO_K_MULTIARG 0x00020000 /*--------------------------------------------------------------------------------------*/ struct _PerlIO { |