diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-02-01 17:17:14 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-02-02 16:31:22 -0700 |
commit | 1bd9dc9102c3f4c19980ec24a2e7a20f03921636 (patch) | |
tree | a1d987d1c1361e73d22c1def09e384714424befc /intrpvar.h | |
parent | 11e4b509a05a8d9a4df1a66eb2910eb15ae36efd (diff) | |
download | perl-1bd9dc9102c3f4c19980ec24a2e7a20f03921636.tar.gz |
Add PL_foldable - a list of chars that participate in folds
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h index f59da75f9b..febf0370f2 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -771,6 +771,10 @@ PERLVAR(Iblockhooks, AV *) * matching */ PERLVARI(Iutf8_foldclosures, HV *, NULL) +/* List of characters that participate in folds (except marks, etc in + * multi-char folds) */ +PERLVAR(Iutf8_foldable, HV *) + PERLVAR(Icustom_ops, HV *) /* custom op registrations */ /* If you are adding a U8 or U16, check to see if there are 'Space' comments |