summaryrefslogtreecommitdiff
path: root/perliol.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-12-08 10:20:06 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-12-08 10:20:06 +0000
commit7cf31bebccd8b4045fd1d586b26bef41a901c2d0 (patch)
tree01311d1300389cbe150490d4b1a500bafcf061dd /perliol.h
parent915df47c6a00eb5a6b8d6051eb019773fc41d707 (diff)
downloadperl-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/perliol.h b/perliol.h
index 226de6a695..d133061fbd 100644
--- a/perliol.h
+++ b/perliol.h
@@ -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 {