diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-12-22 18:04:34 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-12-22 18:04:34 +0000 |
commit | d50801caf1aa576a7918a1b35dabdc1ec52b478b (patch) | |
tree | 8f51b38525591efab94b932f12e9c20b21a99be6 /global.sym | |
parent | 141d5694e469cd9c0475e9813d84ff42de00e580 (diff) | |
download | perl-d50801caf1aa576a7918a1b35dabdc1ec52b478b.tar.gz |
Add at least the "important" PerlIO_xxxx functions to embed.pl
so that they get implicit pTHX_ and we can avoid slow dTHX.
p4raw-id: //depot/perlio@13852
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/global.sym b/global.sym index c19e004d66..a9fb16aca5 100644 --- a/global.sym +++ b/global.sym @@ -604,3 +604,25 @@ Perl_sv_utf8_upgrade_flags Perl_sv_pvn_force_flags Perl_sv_2pv_flags Perl_my_atof2 +Perl_PerlIO_close +Perl_PerlIO_fill +Perl_PerlIO_fileno +Perl_PerlIO_eof +Perl_PerlIO_error +Perl_PerlIO_flush +Perl_PerlIO_clearerr +Perl_PerlIO_set_cnt +Perl_PerlIO_set_ptrcnt +Perl_PerlIO_setlinebuf +Perl_PerlIO_read +Perl_PerlIO_write +Perl_PerlIO_unread +Perl_PerlIO_tell +Perl_PerlIO_seek +Perl_PerlIO_get_base +Perl_PerlIO_get_ptr +Perl_PerlIO_get_bufsiz +Perl_PerlIO_get_cnt +Perl_PerlIO_stdin +Perl_PerlIO_stdout +Perl_PerlIO_stderr |