summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorVincent Pit <perl@profvince.com>2008-03-31 21:05:44 +0200
committerDavid Mitchell <davem@iabyn.com>2009-03-25 23:29:31 +0000
commitf582f81f813228e5c1c143c796f574fb5883b38e (patch)
tree6ad5f55ea64759d500d634e807595faf237f9f14 /embed.fnc
parent08be9b1566e669750fa6583ecb8559fcc72d5aa9 (diff)
downloadperl-f582f81f813228e5c1c143c796f574fb5883b38e.tar.gz
Double magic with substr
Message-ID: <47F119E8.5010106@profvince.com> p4raw-id: //depot/perl@33618 (cherry-picked from commit c0dd94a09fcdb6ab5e0b1ca3c71b5902301ca665)
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 1eba77b787..748e1c0700 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -887,6 +887,8 @@ Apd |char* |sv_grow |NN SV* sv|STRLEN newlen
Apd |void |sv_inc |NULLOK SV* sv
Apd |void |sv_insert |NN SV *bigstr|STRLEN offset|STRLEN len \
|NN const char *little|STRLEN littlelen
+Apd |void |sv_insert_flags|NN SV *const bigstr|const STRLEN offset|const STRLEN len \
+ |NN const char *const little|const STRLEN littlelen|const U32 flags
Apd |int |sv_isa |NULLOK SV* sv|NN const char* name
Apd |int |sv_isobject |NULLOK SV* sv
Apd |STRLEN |sv_len |NULLOK SV* sv