summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-02-08 20:39:48 -0700
committerKarl Williamson <public@khwilliamson.com>2011-02-09 22:46:02 -0700
commitdb30362b9b16c8b3b431a133169e91f19b1e38e7 (patch)
treec2566b1441e28f2af0661303ebad7774fc4a7bb4 /embed.fnc
parentf541799a78f3532741db76bd5caf8ce1862372cd (diff)
downloadperl-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 'embed.fnc')
-rw-r--r--embed.fnc4
1 files changed, 3 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index f447db7c3f..25c973a6d8 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -657,7 +657,9 @@ 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
EXMpR |char |grok_bslash_c |const char source|const bool output_warning
-EXMpR |bool |grok_bslash_o |NN const char* s|NN UV* uv|NN STRLEN* len|NN const char** error_msg|const bool output_warning
+#ifdef PERL_IN_DQUOTE_STATIC_C
+EXMsR |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
ApdR |bool |grok_numeric_radix|NN const char **sp|NN const char *send