diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-02-08 20:39:48 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-02-09 22:46:02 -0700 |
commit | db30362b9b16c8b3b431a133169e91f19b1e38e7 (patch) | |
tree | c2566b1441e28f2af0661303ebad7774fc4a7bb4 /global.sym | |
parent | f541799a78f3532741db76bd5caf8ce1862372cd (diff) | |
download | perl-db30362b9b16c8b3b431a133169e91f19b1e38e7.tar.gz |
Move grok_blsash_o and make static
This function is only used in the same places as dquote_static.c is
used, so move it there, and we won't have to worry about changing its
API will break something. No other changes made
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 4a61e55e05..736087d888 100644 --- a/global.sym +++ b/global.sym @@ -152,7 +152,6 @@ Perl_gp_free Perl_gp_ref Perl_grok_bin Perl_grok_bslash_c -Perl_grok_bslash_o Perl_grok_hex Perl_grok_number Perl_grok_numeric_radix @@ -833,6 +832,7 @@ Perl_warn_nocontext Perl_warner_nocontext perl_alloc_using perl_clone_using +Perl_grok_bslash_o Perl_sv_setsv_cow Perl_Slab_Alloc Perl_Slab_Free |