handy.h: Remove unused macro
authorKarl Williamson <public@khwilliamson.com>
Sun, 2 Dec 2012 19:17:16 +0000 (12:17 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sun, 9 Dec 2012 17:29:59 +0000 (10:29 -0700)
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.

handy.h

diff --git a/handy.h b/handy.h
index dee0bff..3fab9be 100644 (file)
--- 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