summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-02-23 14:48:17 +0000
committerNicholas Clark <nick@ccl4.org>2010-05-24 13:48:46 +0100
commita09252eb79f700c93c37322c1ad831cf3193571b (patch)
tree72d71fd1a06a6f17d38ff5a13129dda2ee6e57c3 /embed.fnc
parent842c41230043ce99d4bf7b2c79aed85ce2908e89 (diff)
downloadperl-a09252eb79f700c93c37322c1ad831cf3193571b.tar.gz
Convert Perl_sv_dup_inc() from a macro to a real function.
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 1f2ecb93ad..6b3fd8f04f 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1422,6 +1422,8 @@ s |SV ** |sv_dup_inc_multiple|NN SV *const *source|NN SV **dest \
|SSize_t items|NN CLONE_PARAMS *const param
#endif
ApR |SV* |sv_dup |NULLOK const SV *const sstr|NN CLONE_PARAMS *const param
+ApR |SV* |sv_dup_inc |NULLOK const SV *const sstr \
+ |NN CLONE_PARAMS *const param
Ap |void |rvpv_dup |NN SV *const dstr|NN const SV *const sstr|NN CLONE_PARAMS *const param
Ap |yy_parser*|parser_dup |NULLOK const yy_parser *const proto|NN CLONE_PARAMS *const param
#endif