summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-06-18 12:55:42 -0600
committerKarl Williamson <public@khwilliamson.com>2012-08-02 09:24:52 -0600
commitb72a36d4f2738e8e15eb2e22819c8ffee7421c93 (patch)
tree8b913134ddf1b6356c3be23af5cde9b81cecdfaa /handy.h
parentc4854deaa322105e69b0d84640b741c340711a77 (diff)
downloadperl-b72a36d4f2738e8e15eb2e22819c8ffee7421c93.tar.gz
mktables: Generate tables for chars that aren't in final fold pos
This starts with the existing table that mktables generates that lists all the characters in Unicode that occur in multi-character folds, and aren't in the final positions of any such fold. It generates data structures with this information to make it quickly available to code that wants to use it. Future commits will use these tables.
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/handy.h b/handy.h
index c736120fec..5e478cb540 100644
--- a/handy.h
+++ b/handy.h
@@ -624,7 +624,8 @@ patched there. The file as of this writing is cpan/Devel-PPPort/parts/inc/misc
# define _CC_CHARNAME_CONT 16
# define _CC_NONLATIN1_FOLD 17
# define _CC_QUOTEMETA 18
-/* Unused: 19-31
+# define _CC_NON_FINAL_FOLD 19
+/* Unused: 20-31
* If more bits are needed, one could add a second word for non-64bit
* QUAD_IS_INT systems, using some #ifdefs to distinguish between having a 2nd
* word or not. */