In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/9a0dc6e4c3a9ae91c1101b1179e22c93bb77a4cb?hp=d47bdea7d8909b1e611d287c190124657af11c76>

- Log -----------------------------------------------------------------
commit 9a0dc6e4c3a9ae91c1101b1179e22c93bb77a4cb
Author: Tony Cook <t...@develop-help.com>
Date:   Thu Feb 10 23:20:53 2011 +1100

    exporting a static function doesn't work
-----------------------------------------------------------------------

Summary of changes:
 embed.fnc  |    4 ++--
 global.sym |    2 --
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/embed.fnc b/embed.fnc
index 233d1a4..b7bbaae 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -657,8 +657,8 @@ p   |OP*    |localize       |NN OP *o|I32 lex
 ApdR   |I32    |looks_like_number|NN SV *const sv
 Apd    |UV     |grok_bin       |NN const char* start|NN STRLEN* len_p|NN I32* 
flags|NULLOK NV *result
 #ifdef PERL_IN_DQUOTE_STATIC_C
-EXMsR  |char   |grok_bslash_c  |const char source|const bool utf8|const bool 
output_warning
-EXMsR  |bool   |grok_bslash_o  |NN const char* s|NN UV* uv|NN STRLEN* len|NN 
const char** error_msg|const bool output_warning
+EMsR   |char   |grok_bslash_c  |const char source|const bool utf8|const bool 
output_warning
+EMsR   |bool   |grok_bslash_o  |NN const char* s|NN UV* uv|NN STRLEN* len|NN 
const char** error_msg|const bool output_warning
 #endif
 Apd    |UV     |grok_hex       |NN const char* start|NN STRLEN* len_p|NN I32* 
flags|NULLOK NV *result
 Apd    |int    |grok_number    |NN const char *pv|STRLEN len|NULLOK UV *valuep
diff --git a/global.sym b/global.sym
index eb7d828..c496f20 100644
--- a/global.sym
+++ b/global.sym
@@ -831,8 +831,6 @@ Perl_warn_nocontext
 Perl_warner_nocontext
 perl_alloc_using
 perl_clone_using
-Perl_grok_bslash_c
-Perl_grok_bslash_o
 Perl_sv_setsv_cow
 Perl_Slab_Alloc
 Perl_Slab_Free

--
Perl5 Master Repository

Reply via email to