diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-04-03 17:43:23 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-04-03 17:43:23 +0000 |
commit | 6fc9266916f08dacf1850556174b6312eefb14e6 (patch) | |
tree | d71efb2e3d8f34d5a58289c3b086d9c3695a79d4 /global.sym | |
parent | 9ec26bd9beab1b3c385bfa1981766ac62a926a52 (diff) | |
download | perl-6fc9266916f08dacf1850556174b6312eefb14e6.tar.gz |
remove duplicate code and an extra branch in sv_setsv() and
other hot code by making SvTHINKFIRST() think about FAKE SVs
p4raw-id: //depot/perl@3213
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global.sym b/global.sym index 89199578f6..881ee764bc 100644 --- a/global.sym +++ b/global.sym @@ -515,6 +515,7 @@ sv_dec sv_derived_from sv_dump sv_eq +sv_force_normal sv_free sv_free_arenas sv_gets |