summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tlperl/lib/CORE/perliol.h
diff options
context:
space:
mode:
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/tlperl/lib/CORE/perliol.h')
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/CORE/perliol.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/CORE/perliol.h b/systems/texlive/tlnet/tlpkg/tlperl/lib/CORE/perliol.h
index 691e09533f..e247ad60dd 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/CORE/perliol.h
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/CORE/perliol.h
@@ -114,9 +114,6 @@ EXTCONST PerlIO_funcs PerlIO_utf8;
EXTCONST PerlIO_funcs PerlIO_byte;
EXTCONST PerlIO_funcs PerlIO_raw;
EXTCONST PerlIO_funcs PerlIO_pending;
-#ifdef WIN32
-EXTCONST PerlIO_funcs PerlIO_win32;
-#endif
PERL_CALLCONV PerlIO *PerlIO_allocate(pTHX);
PERL_CALLCONV SV *PerlIO_arg_fetch(PerlIO_list_t *av, IV n);
#define PerlIOArg PerlIO_arg_fetch(layers,n)