summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-04-30 21:49:03 +0100
committerNicholas Clark <nick@ccl4.org>2011-06-12 16:15:21 +0200
commit8790f825d5f6ff0beed9873a34e145cf35e3ce5c (patch)
tree3279a11eec429fea34eb2cf7ec8f3b28a3741508 /perlapi.h
parent8c1cc0174d3700e1f36bbe55f4021b04bf11aa77 (diff)
downloadperl-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 'perlapi.h')
-rw-r--r--perlapi.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/perlapi.h b/perlapi.h
index ddbb12009e..2842fc6606 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -149,8 +149,6 @@ END_EXTERN_C
#define PL_op_seq (*Perl_Gop_seq_ptr(NULL))
#undef PL_op_sequence
#define PL_op_sequence (*Perl_Gop_sequence_ptr(NULL))
-#undef PL_patleave
-#define PL_patleave (*Perl_Gpatleave_ptr(NULL))
#undef PL_perlio_debug_fd
#define PL_perlio_debug_fd (*Perl_Gperlio_debug_fd_ptr(NULL))
#undef PL_perlio_fd_refcnt