summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-10-01 13:02:31 -0600
committerKarl Williamson <public@khwilliamson.com>2011-10-01 13:18:52 -0600
commit98d360d4083d50ba9f03ae8888881c7c6c553089 (patch)
tree62f324988ffb94eed82d9a1ddd68669a65faba67 /handy.h
parente13b33f9f0a44763d79a6422242f39aaa4d780e3 (diff)
downloadperl-98d360d4083d50ba9f03ae8888881c7c6c553089.tar.gz
handy.h: Add macro
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/handy.h b/handy.h
index 0a03067626..d84411412f 100644
--- a/handy.h
+++ b/handy.h
@@ -627,6 +627,10 @@ patched there. The file as of this writing is cpan/Devel-PPPort/parts/inc/misc
# define _CC_NONLATIN1_FOLD (1<<30)
/* Unused
* (1<<31)
+ * If more are needed, can give up some of the above. The first ones to go
+ * would be those that require just two tests to verify, either there are two
+ * code points, like BLANK_A, or occupy a single range like OCTAL_A, DIGIT_A,
+ * UPPER_A, and LOWER_A.
*/
# ifdef DOINIT