summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2011-02-10 23:20:53 +1100
committerTony Cook <tony@develop-help.com>2011-02-10 23:20:53 +1100
commit9a0dc6e4c3a9ae91c1101b1179e22c93bb77a4cb (patch)
treed8d188a9f8a5d090025c8333b5e0b300c2ec7b8c
parentd47bdea7d8909b1e611d287c190124657af11c76 (diff)
downloadperl-9a0dc6e4c3a9ae91c1101b1179e22c93bb77a4cb.tar.gz
exporting a static function doesn't work
-rw-r--r--embed.fnc4
-rw-r--r--global.sym2
2 files changed, 2 insertions, 4 deletions
diff --git a/embed.fnc b/embed.fnc
index 233d1a4ffc..b7bbaae214 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 eb7d828ecb..c496f20b1e 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