diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-10-01 13:02:31 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-10-01 13:18:52 -0600 |
commit | 98d360d4083d50ba9f03ae8888881c7c6c553089 (patch) | |
tree | 62f324988ffb94eed82d9a1ddd68669a65faba67 /handy.h | |
parent | e13b33f9f0a44763d79a6422242f39aaa4d780e3 (diff) | |
download | perl-98d360d4083d50ba9f03ae8888881c7c6c553089.tar.gz |
handy.h: Add macro
Diffstat (limited to 'handy.h')
-rw-r--r-- | handy.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |