diff options
author | Karl Williamson <khw@cpan.org> | 2018-04-19 23:16:33 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2018-04-20 01:11:54 -0600 |
commit | afde5508f26243045d5c09a28d2f6465c15ad1ce (patch) | |
tree | 980643a7f04f16c446f3f40ccdbd31bed828239b /embed.h | |
parent | c2300ef8be26c9fc3c8b6b2c2010436e21614d19 (diff) | |
download | perl-afde5508f26243045d5c09a28d2f6465c15ad1ce.tar.gz |
Use a perfect hash for Unicode property lookups
The previous commits in this series have been preparing to allow the
Devel::Tokenizer::C code to be swapped out for the much smaller perfect
hash code.
Diffstat (limited to 'embed.h')
-rw-r--r-- | embed.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1104,7 +1104,6 @@ #define sv_only_taint_gmagic S_sv_only_taint_gmagic #define swash_fetch(a,b,c) Perl_swash_fetch(aTHX_ a,b,c) #define swash_init(a,b,c,d,e) Perl_swash_init(aTHX_ a,b,c,d,e) -#define uniprop_lookup Perl_uniprop_lookup #define utf16_to_utf8(a,b,c,d) Perl_utf16_to_utf8(aTHX_ a,b,c,d) #define utf16_to_utf8_reversed(a,b,c,d) Perl_utf16_to_utf8_reversed(aTHX_ a,b,c,d) #define validate_proto(a,b,c,d) Perl_validate_proto(aTHX_ a,b,c,d) |