summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-01-06 16:51:43 -0700
committerKarl Williamson <khw@cpan.org>2020-01-13 20:58:56 -0700
commit2ae9030c44be214caa0d1eeafad9425a53344feb (patch)
tree840865d7f3d9fc3b3d3978c28fbda786080dc2b8 /handy.h
parent1ce77b7dbf5a7c3e29830b4e99be0cb0d65645aa (diff)
downloadperl-2ae9030c44be214caa0d1eeafad9425a53344feb.tar.gz
l1_char_class_tab.h: Add bits for binary, octal digits
The motivation behind these extra bits is to allow three functions that deal with, respectively, binary, octal, and hex data to use the same paradigm, and hence be collapsible into a single function.
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/handy.h b/handy.h
index 08f832ac59..a7a75f1d64 100644
--- a/handy.h
+++ b/handy.h
@@ -1365,7 +1365,9 @@ or casts
# define _CC_QUOTEMETA 20
# define _CC_NON_FINAL_FOLD 21
# define _CC_IS_IN_SOME_FOLD 22
-# define _CC_MNEMONIC_CNTRL 23
+# define _CC_BINDIGIT 23
+# define _CC_OCTDIGIT 24
+# define _CC_MNEMONIC_CNTRL 25
/* This next group is only used on EBCDIC platforms, so theoretically could be
* shared with something entirely different that's only on ASCII platforms */