summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-11-18 23:22:17 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-11-18 23:22:17 -0800
commit12d079942585f448cddf9b45ec18f8629001cc53 (patch)
treec616648a7febb3d7b6514d821b4597f6a6c9d23e
parent579333ee9e3b92774e120d958ee92fbc9a9fb009 (diff)
downloadperl-12d079942585f448cddf9b45ec18f8629001cc53.tar.gz
Merge two adjacent #ifdefs in embed.fnc
d08d57ef added a new #ifdef right after and #endif with the same con- dition. There is no need for the separation.
-rw-r--r--embed.fnc2
1 files changed, 0 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index fb93b939c7..6b22a3e85c 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1583,8 +1583,6 @@ ApR |MAGIC* |mg_dup |NULLOK MAGIC *mg|NN CLONE_PARAMS *const param
#if defined(PERL_IN_SV_C)
s |SV ** |sv_dup_inc_multiple|NN SV *const *source|NN SV **dest \
|SSize_t items|NN CLONE_PARAMS *const param
-#endif
-#if defined(PERL_IN_SV_C)
sR |SV* |sv_dup_common |NN const SV *const sstr \
|NN CLONE_PARAMS *const param
#endif