From 98d360d4083d50ba9f03ae8888881c7c6c553089 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 1 Oct 2011 13:02:31 -0600 Subject: [PATCH] handy.h: Add macro --- handy.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/handy.h b/handy.h index 0a03067..d844114 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 -- 2.7.4