diff options
author | Andy Lester <andy@petdance.com> | 2005-06-02 07:19:43 -0500 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-09-20 08:19:03 +0000 |
commit | 481da01c67edce9ed8875f3ca084e61422cd12a2 (patch) | |
tree | f5e3eb7e84269669c434fd398c5301115c3b6e11 /global.sym | |
parent | 0612e8695661dbfefd8634295c877390668c2967 (diff) | |
download | perl-481da01c67edce9ed8875f3ca084e61422cd12a2.tar.gz |
Integrate:
[ 24689]
Subject: [PATCH] Random consting
Message-ID: <20050602171943.GA16553@petdance.com>
p4raw-link: @24689 on //depot/perl: b464bac0b70c4876af1296864220315edde8461d
p4raw-id: //depot/maint-5.8/perl@25508
p4raw-edited: from //depot/perl@24689 'edit in' embed.fnc sv.c
(@24682..)
p4raw-integrated: from //depot/perl@24689 'copy in' malloc.c (@24666..)
'edit in' pp_ctl.c (@24642..) pp_hot.c (@24670..) hv.c
(@24676..) 'ignore' global.sym (@24619..) proto.h (@24682..)
'merge in' embed.h (@24605..) dump.c (@24619..) perlio.c
(@24622..) doio.c (@24666..) gv.c util.c (@24669..) pp_sys.c
(@24670..) perl.c (@24674..) toke.c (@24677..)
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/global.sym b/global.sym index d5a9154bb9..80ff9dd6d4 100644 --- a/global.sym +++ b/global.sym @@ -212,9 +212,8 @@ Perl_is_uni_print_lc Perl_is_uni_punct_lc Perl_is_uni_xdigit_lc Perl_is_utf8_char -Perl_is_utf8_string Perl_is_utf8_string_loc -Perl_is_utf8_string_loclen +Perl_is_utf8_string Perl_is_utf8_alnum Perl_is_utf8_alnumc Perl_is_utf8_idfirst @@ -715,4 +714,5 @@ Perl_ck_substr Perl_ck_svconst Perl_ck_trunc Perl_ck_unpack +Perl_is_utf8_string_loclen # ex: set ro: |