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 /embedvar.h | |
parent | 490a0e9885933990f72b0e0485666a1f8522f018 (diff) | |
download | perl-9dc0b5dcb80b5128172acb8c4bd670aa72142821.tar.gz |
Remove old variable needed for binary compatibility
p4raw-id: //depot/perl@25008
Diffstat (limited to 'embedvar.h')
-rw-r--r-- | embedvar.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embedvar.h b/embedvar.h index 985e01507e..56fd726dba 100644 --- a/embedvar.h +++ b/embedvar.h @@ -376,7 +376,6 @@ #define PL_runops_std (vTHX->Irunops_std) #define PL_savebegin (vTHX->Isavebegin) #define PL_sawampersand (vTHX->Isawampersand) -#define PL_sh_path_compat (vTHX->Ish_path_compat) #define PL_sharehook (vTHX->Isharehook) #define PL_sig_pending (vTHX->Isig_pending) #define PL_sighandlerp (vTHX->Isighandlerp) @@ -680,7 +679,6 @@ #define PL_Irunops_std PL_runops_std #define PL_Isavebegin PL_savebegin #define PL_Isawampersand PL_sawampersand -#define PL_Ish_path_compat PL_sh_path_compat #define PL_Isharehook PL_sharehook #define PL_Isig_pending PL_sig_pending #define PL_Isighandlerp PL_sighandlerp |