handy.h: Remove extraneous parens
authorKarl Williamson <public@khwilliamson.com>
Wed, 27 Feb 2013 15:38:19 +0000 (08:38 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 29 Aug 2013 15:55:59 +0000 (09:55 -0600)
handy.h

diff --git a/handy.h b/handy.h
index 40d3705..6d9f858 100644 (file)
--- a/handy.h
+++ b/handy.h
@@ -1023,7 +1023,7 @@ EXTCONST U32 PL_charclass[];
 #   define isUPPER_A(c)  _generic_isCC_A(c, _CC_UPPER)
 #   define isWORDCHAR_A(c) _generic_isCC_A(c, _CC_WORDCHAR)
 #   define isXDIGIT_A(c)  _generic_isCC(c, _CC_XDIGIT)
-#   define isIDFIRST_A(c) _generic_isCC_A(c, ( _CC_IDFIRST))
+#   define isIDFIRST_A(c) _generic_isCC_A(c, _CC_IDFIRST)
 
     /* Either participates in a fold with a character above 255, or is a
      * multi-char fold */