diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-29 08:11:53 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-29 08:11:53 +0000 |
commit | 9dc0b5dcb80b5128172acb8c4bd670aa72142821 (patch) | |
tree | 630d485e04ce9d86576e8c730535c04dc85337ee /perlapi.h | |
parent | 490a0e9885933990f72b0e0485666a1f8522f018 (diff) | |
download | perl-9dc0b5dcb80b5128172acb8c4bd670aa72142821.tar.gz |
Remove old variable needed for binary compatibility
p4raw-id: //depot/perl@25008
Diffstat (limited to 'perlapi.h')
-rw-r--r-- | perlapi.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -548,8 +548,6 @@ END_EXTERN_C #define PL_savebegin (*Perl_Isavebegin_ptr(aTHX)) #undef PL_sawampersand #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_sharehook #define PL_sharehook (*Perl_Isharehook_ptr(aTHX)) #undef PL_sig_pending |