summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-12-02 12:17:16 -0700
committerKarl Williamson <public@khwilliamson.com>2012-12-09 10:29:59 -0700
commit6d83c58a4520cd35bbcb389a11ced43b3ad33771 (patch)
treec9ef560a5164f10ba18e86a9b486b243a7979009 /handy.h
parentf1f701070d44deab7551222444927410e8ff672e (diff)
downloadperl-6d83c58a4520cd35bbcb389a11ced43b3ad33771.tar.gz
handy.h: Remove unused macro
This macro expands to a function or macro call that does not exist, so this macro itself can't be being used by anyone. It also doesn't fit the paradigm of the other macros above it, being defined in terms of uni instead of uvchr; nor does it really gain anything, since \s is a posix space under locale. The \f also appears to be a typo, based on the commit message, it should have been \v.
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/handy.h b/handy.h
index dee0bff91d..3fab9be1bb 100644
--- a/handy.h
+++ b/handy.h
@@ -966,7 +966,6 @@ EXTCONST U32 PL_charclass[];
#define isPRINT_LC_uvchr(c) (c < 256 ? isPRINT_LC(c) : is_uni_print_lc(c))
#define isPUNCT_LC_uvchr(c) (c < 256 ? isPUNCT_LC(c) : is_uni_punct_lc(c))
-#define isPSXSPC_LC_uni(c) (isSPACE_LC_uni(c) ||(c) == '\f')
#define isBLANK_LC_uni(c) isBLANK(c) /* could be wrong */
/* For internal core Perl use only. If the input is in the Latin1 range, use