From 7cf31bebccd8b4045fd1d586b26bef41a901c2d0 Mon Sep 17 00:00:00 2001 From: Nick Ing-Simmons Date: Sat, 8 Dec 2001 10:20:06 +0000 Subject: Allow multi-arg open() if opening layer declares this legal. p4raw-id: //depot/perlio@13530 --- perliol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'perliol.h') 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 { -- cgit v1.2.1