diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-01-26 16:16:29 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-01-26 16:16:29 +0000 |
commit | d9095cec1bba87df718f5a1d0a9ab42fe217cea4 (patch) | |
tree | c9fa8049db941c9278d890ee93ab5c93553b70d7 /global.sym | |
parent | abf8b121784743d34fc5407ef35129d1bbdffb2d (diff) | |
download | perl-d9095cec1bba87df718f5a1d0a9ab42fe217cea4.tar.gz |
Stop S_incline needing to temporarily write a '\0' into its passed-in
buffer. (Requires adding gv_fetchfile_flags(), savesharedpvn() and
CopFILE_setn() to provide pointer/length versions of APIs)
p4raw-id: //depot/perl@30015
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/global.sym b/global.sym index 4ab45b56a0..449063aa8d 100644 --- a/global.sym +++ b/global.sym @@ -133,6 +133,7 @@ Perl_gv_efullname Perl_gv_efullname3 Perl_gv_efullname4 Perl_gv_fetchfile +Perl_gv_fetchfile_flags Perl_gv_fetchmeth Perl_gv_fetchmeth_autoload Perl_gv_fetchmethod @@ -406,6 +407,7 @@ Perl_rsignal_state Perl_savepv Perl_savepvn Perl_savesharedpv +Perl_savesharedpvn Perl_savesvpv Perl_savestack_grow Perl_savestack_grow_cnt |