diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-06-13 08:25:53 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-06-13 08:25:53 +0000 |
commit | a227dc4778e24da2c5bc2ffad02a89310996ff78 (patch) | |
tree | ceeebe265391231a5943490cd85530adeb9604da /perlapi.h | |
parent | 66b4b7e7e87f9998c0916534e3aa320f87a5174e (diff) | |
download | perl-a227dc4778e24da2c5bc2ffad02a89310996ff78.tar.gz |
We no longer need PL_shared_hek_table
p4raw-id: //depot/perl@24816
Diffstat (limited to 'perlapi.h')
-rw-r--r-- | perlapi.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -550,8 +550,6 @@ 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 |