diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-28 03:23:04 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-28 03:23:04 +0000 |
commit | 701a277b5182d929c4baa83d419c46c6d08d2101 (patch) | |
tree | 648edde7c33bda4c266026fcc73b5fc5ce22ca05 /global.sym | |
parent | eca89c5aec5fdc75755d569b277e8d7a65800f20 (diff) | |
download | perl-701a277b5182d929c4baa83d419c46c6d08d2101.tar.gz |
Fix for "a\x{100}" =~ /A/i.
p4raw-id: //depot/perl@13332
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global.sym b/global.sym index 86e1491b24..802dd25da7 100644 --- a/global.sym +++ b/global.sym @@ -153,6 +153,7 @@ Perl_hv_store_ent Perl_hv_undef Perl_ibcmp Perl_ibcmp_locale +Perl_ibcmp_utf8 Perl_init_stacks Perl_init_tm Perl_instr |