summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
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