X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perliol.h;h=47fe6fc679c69f9e9f87d1a80992d9263e8b5fd2;hb=fa76202e3aa22e9755f1a461416769c368b47afc;hp=fa399e6f50d0261f565e22a3013865bb354c6e71;hpb=2dc2558e5965ed21842375d8cc89de68e0c966e2;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perliol.h b/perliol.h index fa399e6..47fe6fc 100644 --- a/perliol.h +++ b/perliol.h @@ -88,6 +88,7 @@ struct _PerlIO { #define PERLIO_F_OPEN 0x00200000 #define PERLIO_F_FASTGETS 0x00400000 #define PERLIO_F_TTY 0x00800000 +#define PERLIO_F_NOTREG 0x01000000 #define PerlIOBase(f) (*(f)) #define PerlIOSelf(f,type) ((type *)PerlIOBase(f))