diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-03 14:03:21 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-03 14:03:21 +0000 |
commit | 80ade3f3b5a18972a924a6f948a21755a866241b (patch) | |
tree | 9d91732a3de4ca4db934c7078ca8a6f4f34c928d /global.sym | |
parent | 9d9a76d8359d151f0972ff45e17bcd41d27cc3d4 (diff) | |
download | perl-80ade3f3b5a18972a924a6f948a21755a866241b.tar.gz |
Make sharepvn a macro since all it does is a deref.
p4raw-id: //depot/perl@13436
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 802dd25da7..b2a9225100 100644 --- a/global.sym +++ b/global.sym @@ -174,6 +174,7 @@ Perl_is_uni_xdigit Perl_to_uni_upper Perl_to_uni_title Perl_to_uni_lower +Perl_to_uni_fold Perl_is_uni_alnum_lc Perl_is_uni_alnumc_lc Perl_is_uni_idfirst_lc @@ -387,7 +388,6 @@ Perl_scan_hex Perl_scan_num Perl_scan_oct Perl_screaminstr -Perl_sharepvn Perl_stack_grow Perl_start_subparse Perl_sv_2bool |