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.sym | |
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.sym')
-rw-r--r-- | perlio.sym | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/perlio.sym b/perlio.sym index d7a345c4cc..a68382ec0d 100644 --- a/perlio.sym +++ b/perlio.sym @@ -1,39 +1,18 @@ # Symbols which arise as part of the PerlIO abstraction -PerlIO_stderr -PerlIO_stderr -PerlIO_stdin -PerlIO_stdout PerlIO_fast_gets PerlIO_has_cntptr PerlIO_canset_cnt -PerlIO_set_cnt -PerlIO_set_ptrcnt -PerlIO_get_cnt -PerlIO_get_bufsiz -PerlIO_get_ptr -PerlIO_get_base PerlIO_has_base PerlIO_puts PerlIO_open PerlIO_fdopen PerlIO_reopen -PerlIO_close -PerlIO_eof PerlIO_getname PerlIO_getc -PerlIO_error -PerlIO_clearerr -PerlIO_flush -PerlIO_fileno -PerlIO_setlinebuf PerlIO_putc PerlIO_ungetc -PerlIO_read -PerlIO_write PerlIO_vprintf -PerlIO_tell -PerlIO_seek PerlIO_rewind PerlIO_printf PerlIO_stdoutf |