summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/perliol.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-12-03 02:44:40 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-12-03 02:44:40 +0000
commit0121b80e4f69c2ad9631e8d20b5c91f3b2a40434 (patch)
tree49a8ade446c1b6277c06982988700467e1be139c /gnu/usr.bin/perl/perliol.h
parent184128d6fb928711cdef9d8e6980dc6601fb1f87 (diff)
perl 5.8.2 from CPAN
Diffstat (limited to 'gnu/usr.bin/perl/perliol.h')
-rw-r--r--gnu/usr.bin/perl/perliol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/perliol.h b/gnu/usr.bin/perl/perliol.h
index fa399e6f50d..47fe6fc679c 100644
--- a/gnu/usr.bin/perl/perliol.h
+++ b/gnu/usr.bin/perl/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))