diff options
author | Tony Cook <tony@develop-help.com> | 2011-02-10 23:20:53 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2011-02-10 23:20:53 +1100 |
commit | 9a0dc6e4c3a9ae91c1101b1179e22c93bb77a4cb (patch) | |
tree | d8d188a9f8a5d090025c8333b5e0b300c2ec7b8c /embed.fnc | |
parent | d47bdea7d8909b1e611d287c190124657af11c76 (diff) | |
download | perl-9a0dc6e4c3a9ae91c1101b1179e22c93bb77a4cb.tar.gz |
exporting a static function doesn't work
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |