diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-10 19:33:36 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-10 19:33:36 +0000 |
commit | 810b8aa5436a934d1a2016588cbacf9b55463c40 (patch) | |
tree | eabed90b74c878cc77d9ec21c13c0263fcc798a1 /global.sym | |
parent | 885f9e59968d66740b5c621739ead374e8e37a2b (diff) | |
download | perl-810b8aa5436a934d1a2016588cbacf9b55463c40.tar.gz |
"weak" references internals, still needs perlguts documentation
(somewhat modified version of patch suggested by Tuomas J. Lukka
<lukka@fas.harvard.edu>)
p4raw-id: //depot/perl@3385
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 09520a9406..55a8b8b18f 100644 --- a/global.sym +++ b/global.sym @@ -262,6 +262,7 @@ magic_getsubstr magic_gettaint magic_getuvar magic_getvec +magic_killbackrefs magic_len magic_mutexfree magic_nextpack @@ -543,6 +544,7 @@ sv_reftype sv_replace sv_report_used sv_reset +sv_rvweaken sv_setiv sv_setiv_mg sv_setnv |