handy.h: Add macro
authorKarl Williamson <public@khwilliamson.com>
Sat, 1 Oct 2011 19:02:31 +0000 (13:02 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 1 Oct 2011 19:18:52 +0000 (13:18 -0600)
handy.h

diff --git a/handy.h b/handy.h
index 0a03067..d844114 100644 (file)
--- 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