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 /perlvars.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 'perlvars.h')
-rw-r--r-- | perlvars.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perlvars.h b/perlvars.h index 87a0d8bf16..cd888516ce 100644 --- a/perlvars.h +++ b/perlvars.h @@ -37,7 +37,6 @@ PERLVAR(Gthr_key, perl_key) /* key to retrieve per-thread struct */ PERLVARISC(GYes, "1") PERLVARISC(GNo, "") PERLVARISC(Ghexdigit, "0123456789abcdef0123456789ABCDEF") -PERLVARISC(Gpatleave, "\\.^$@dDwWsSbB+*?|()-nrtfeaxc0123456789[{]}") /* XXX does anyone even use this? */ PERLVARI(Gdo_undump, bool, FALSE) /* -u or dump seen? */ |