summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-05-25 15:52:33 +0000
committerNicholas Clark <nick@ccl4.org>2005-05-25 15:52:33 +0000
commitc21d1a0f049833fd2ca59ef598337f86f2cd08f4 (patch)
tree14de04bc69e174d99a2c18b667d2260f381dd9ef /perlapi.h
parent4ba4de046b58ba69d5377ba3b48b04bbfd30638f (diff)
downloadperl-c21d1a0f049833fd2ca59ef598337f86f2cd08f4.tar.gz
Track the mapping between source shared hash keys and target shared
hash keys to save repeated lookups during cloning. p4raw-id: //depot/perl@24574
Diffstat (limited to 'perlapi.h')
-rw-r--r--perlapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/perlapi.h b/perlapi.h
index 17020299ff..39d516e12a 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -533,6 +533,8 @@ END_EXTERN_C
#define PL_sawampersand (*Perl_Isawampersand_ptr(aTHX))
#undef PL_sh_path_compat
#define PL_sh_path_compat (*Perl_Ish_path_compat_ptr(aTHX))
+#undef PL_shared_hek_table
+#define PL_shared_hek_table (*Perl_Ishared_hek_table_ptr(aTHX))
#undef PL_sharehook
#define PL_sharehook (*Perl_Isharehook_ptr(aTHX))
#undef PL_sig_pending