diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-11-18 23:22:17 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-18 23:22:17 -0800 |
commit | 12d079942585f448cddf9b45ec18f8629001cc53 (patch) | |
tree | c616648a7febb3d7b6514d821b4597f6a6c9d23e /embed.fnc | |
parent | 579333ee9e3b92774e120d958ee92fbc9a9fb009 (diff) | |
download | perl-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.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |