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 /embed.pl | |
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 'embed.pl')
-rwxr-xr-x | embed.pl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -376,6 +376,8 @@ my @staticfuncs = qw( new_logop simplify_sort is_handle_constructor + sv_add_backref + sv_del_backref do_trans_CC_simple do_trans_CC_count do_trans_CC_complex |