From 12d079942585f448cddf9b45ec18f8629001cc53 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 18 Nov 2011 23:22:17 -0800 Subject: [PATCH] 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. --- embed.fnc | 2 -- 1 file changed, 2 deletions(-) diff --git a/embed.fnc b/embed.fnc index fb93b93..6b22a3e 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 -- 2.7.4