diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-12-22 20:01:27 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-12-22 20:01:27 +0000 |
commit | 3da9a137807e4f1acaf9cb3024a6cc5fbd119b9f (patch) | |
tree | 31909f95257dfc1822f8eb960d026bcc49de1169 /perlio.h | |
parent | 582ed04c91818c6c9bf5b51c84f67b7c565925a7 (diff) | |
download | perl-3da9a137807e4f1acaf9cb3024a6cc5fbd119b9f.tar.gz |
Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
p4raw-id: //depot/perlio@13854
Diffstat (limited to 'perlio.h')
-rw-r--r-- | perlio.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -210,9 +210,6 @@ extern PerlIO *PerlIO_openn(pTHX_ const char *layers, const char *mode, int fd, int imode, int perm, PerlIO *old, int narg, SV **arg); #endif -#ifndef PerlIO_close -extern int PerlIO_close(PerlIO *); -#endif #ifndef PerlIO_eof extern int PerlIO_eof(PerlIO *); #endif @@ -228,15 +225,9 @@ extern int PerlIO_getc(PerlIO *); #ifndef PerlIO_putc extern int PerlIO_putc(PerlIO *, int); #endif -#ifndef PerlIO_flush -extern int PerlIO_flush(PerlIO *); -#endif #ifndef PerlIO_ungetc extern int PerlIO_ungetc(PerlIO *, int); #endif -#ifndef PerlIO_fileno -extern int PerlIO_fileno(PerlIO *); -#endif #ifndef PerlIO_fdopen extern PerlIO *PerlIO_fdopen(int, const char *); #endif |