diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-04-30 21:49:03 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-06-12 16:15:21 +0200 |
commit | 8790f825d5f6ff0beed9873a34e145cf35e3ce5c (patch) | |
tree | 3279a11eec429fea34eb2cf7ec8f3b28a3741508 /embedvar.h | |
parent | 8c1cc0174d3700e1f36bbe55f4021b04bf11aa77 (diff) | |
download | perl-8790f825d5f6ff0beed9873a34e145cf35e3ce5c.tar.gz |
Eliminate PL_patleave, unused since perl 5.0 alpha 2.
patleave was added in perl 3.0 patch #35 patch #29 -- 395c379347344a50,
used in scanpat(). scanpat() was refactored and renamed to scan_pat() in
5.0 alpha 2, "commented" out with the C pre-processor in 5.000, and removed in
5.001.
Diffstat (limited to 'embedvar.h')
-rw-r--r-- | embedvar.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/embedvar.h b/embedvar.h index 85d7af5b70..13d2e56606 100644 --- a/embedvar.h +++ b/embedvar.h @@ -753,8 +753,6 @@ #define PL_Gop_seq (my_vars->Gop_seq) #define PL_op_sequence (my_vars->Gop_sequence) #define PL_Gop_sequence (my_vars->Gop_sequence) -#define PL_patleave (my_vars->Gpatleave) -#define PL_Gpatleave (my_vars->Gpatleave) #define PL_perlio_debug_fd (my_vars->Gperlio_debug_fd) #define PL_Gperlio_debug_fd (my_vars->Gperlio_debug_fd) #define PL_perlio_fd_refcnt (my_vars->Gperlio_fd_refcnt) @@ -824,7 +822,6 @@ #define PL_Gop_mutex PL_op_mutex #define PL_Gop_seq PL_op_seq #define PL_Gop_sequence PL_op_sequence -#define PL_Gpatleave PL_patleave #define PL_Gperlio_debug_fd PL_perlio_debug_fd #define PL_Gperlio_fd_refcnt PL_perlio_fd_refcnt #define PL_Gperlio_fd_refcnt_size PL_perlio_fd_refcnt_size |