diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-02-09 21:30:13 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-02-14 08:41:38 -0700 |
commit | eda9cac17f1c742273b62b039f512bc88ffb37a1 (patch) | |
tree | 0daf4270ea9e6d2d16692b4d0ed825c79d427dda /global.sym | |
parent | 781aab5ce76879fa60024011ffb8e9327d6d0a96 (diff) | |
download | perl-eda9cac17f1c742273b62b039f512bc88ffb37a1.tar.gz |
foldEQ_utf8: Add version with flags parameter
The parameter doesn't do anything yet. The old version becomes a macro
calling the new version with 0 as the flags.
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global.sym b/global.sym index 6c515103c4..276fd8108a 100644 --- a/global.sym +++ b/global.sym @@ -133,7 +133,7 @@ Perl_find_rundefsvoffset Perl_foldEQ Perl_foldEQ_latin1 Perl_foldEQ_locale -Perl_foldEQ_utf8 +Perl_foldEQ_utf8_flags Perl_form Perl_free_tmps Perl_get_av |