summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-06-29 08:11:53 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-06-29 08:11:53 +0000
commit9dc0b5dcb80b5128172acb8c4bd670aa72142821 (patch)
tree630d485e04ce9d86576e8c730535c04dc85337ee /perlapi.h
parent490a0e9885933990f72b0e0485666a1f8522f018 (diff)
downloadperl-9dc0b5dcb80b5128172acb8c4bd670aa72142821.tar.gz
Remove old variable needed for binary compatibility
p4raw-id: //depot/perl@25008
Diffstat (limited to 'perlapi.h')
-rw-r--r--perlapi.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/perlapi.h b/perlapi.h
index d4633b6b58..a9c3c2524a 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -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