diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-30 11:15:12 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-30 11:15:12 +0000 |
commit | a453c1697467fe606ef79b5ab7a0eafaa8e78e7a (patch) | |
tree | 861b2d7ac5de461c3c5bf8f31bd484b3001f083e /global.sym | |
parent | 6063ba187760a62f10a97ba9dd6ff5a93107bb51 (diff) | |
download | perl-a453c1697467fe606ef79b5ab7a0eafaa8e78e7a.tar.gz |
Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
a dummy for PL_numeric_radix); no pressing reason to break
binary compatibility; regen API.
p4raw-id: //depot/perl@9910
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 08f3d5e48c..f54a3fca08 100644 --- a/global.sym +++ b/global.sym @@ -153,6 +153,7 @@ Perl_hv_undef Perl_ibcmp Perl_ibcmp_locale Perl_init_stacks +Perl_init_tm Perl_instr Perl_is_uni_alnum Perl_is_uni_alnumc @@ -221,6 +222,7 @@ Perl_mg_length Perl_mg_magical Perl_mg_set Perl_mg_size +Perl_mini_mktime Perl_moreswitches Perl_my_atof Perl_my_bcopy @@ -236,6 +238,7 @@ Perl_my_popen Perl_my_popen_list Perl_my_setenv Perl_my_stat +Perl_my_strftime Perl_my_swap Perl_my_htonl Perl_my_ntohl |