summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-02-09 21:23:30 -0700
committerKarl Williamson <public@khwilliamson.com>2013-08-29 09:55:50 -0600
commit55d09dc854b450c4051bea8318009a46a7c083f7 (patch)
tree8236a7ebb103a8d309b420bfa8761d2508cb626e /embed.fnc
parentc12874164f0487ef49dc48d5e4263b86b4b87f5d (diff)
downloadperl-55d09dc854b450c4051bea8318009a46a7c083f7.tar.gz
Extract common code to an inline function
This fairly short paradigm is repeated in several places; a later commit will improve it.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index bebed86a28..7747453a57 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2316,6 +2316,8 @@ iR |bool |is_utf8_common |NN const U8 *const p|NN SV **swash|NN const char * con
sR |SV* |swatch_get |NN SV* swash|UV start|UV span
#endif
+AiMn |void |append_utf8_from_native_byte|const U8 byte|NN U8** dest
+
Apd |void |sv_setsv_flags |NN SV *dstr|NULLOK SV *sstr|const I32 flags
Apd |void |sv_catpvn_flags|NN SV *const dstr|NN const char *sstr|const STRLEN len \
|const I32 flags