diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-03-25 20:58:15 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-03-25 20:58:15 +0000 |
commit | 13621cfb31449eed71b690b723c2463019b1b277 (patch) | |
tree | 93ad64534ab9ef56d1655d85c33ac65df651e8e8 /perliol.h | |
parent | 8040349a05f5a3f1e93bde55d8359e415c47bf01 (diff) | |
download | perl-13621cfb31449eed71b690b723c2463019b1b277.tar.gz |
Add destruct time hook to PerlIO (for work-in-process implementing
layers in perl code. In such cases layers need to be popped before
we loose the ability to run perl code.)
Also back-out "PerlIO::object" hook - it isn't going to work like that...
p4raw-id: //depot/perlio@9346
Diffstat (limited to 'perliol.h')
-rw-r--r-- | perliol.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ struct _PerlIO_funcs #define PERLIO_K_FASTGETS 0x00000008 #define PERLIO_K_DUMMY 0x00000010 #define PERLIO_K_UTF8 0x00008000 +#define PERLIO_K_DESTRUCT 0x00010000 /*--------------------------------------------------------------------------------------*/ struct _PerlIO |