diff options
author | Yves Orton <demerphq@gmail.com> | 2009-10-17 22:47:20 +0200 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2009-10-19 22:56:47 +0200 |
commit | d1eb31775715b0fcd7f36308da961c0698205d9f (patch) | |
tree | c8850c8fe42d0523b4cd910fe55691a6e088c1c6 /global.sym | |
parent | 3b665c4736519efd7820e8513b3bcd40fd968e45 (diff) | |
download | perl-d1eb31775715b0fcd7f36308da961c0698205d9f.tar.gz |
somewhat fix failing regex tests. but break lots of other stuff at the same time
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/global.sym b/global.sym index 7205e226f5..b554d8886d 100644 --- a/global.sym +++ b/global.sym @@ -229,8 +229,11 @@ Perl_is_utf8_idcont Perl_is_utf8_alpha Perl_is_utf8_ascii Perl_is_utf8_space +Perl_is_utf8_perl_space +Perl_is_utf8_perl_word Perl_is_utf8_cntrl Perl_is_utf8_digit +Perl_is_utf8_posix_digit Perl_is_utf8_graph Perl_is_utf8_upper Perl_is_utf8_lower |