diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-09-30 11:31:40 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-09-30 11:32:17 +0100 |
commit | b2e549c0b5ccc745d727de4e27634e8090b0f719 (patch) | |
tree | df827f68e9973c739c6d35a41bde3b8e1a17330f /embed.h | |
parent | 2a4d8072390905d051b0d9f7d2098b1c97899cdc (diff) | |
download | perl-b2e549c0b5ccc745d727de4e27634e8090b0f719.tar.gz |
Merge adjacent #ifndef PERL_IMPLICIT_CONTEXT blocks in embed.h
Diffstat (limited to 'embed.h')
-rw-r--r-- | embed.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -61,8 +61,6 @@ #define cast_uv(a) Perl_cast_uv(aTHX_ a) #ifndef PERL_IMPLICIT_CONTEXT #define ck_warner Perl_ck_warner -#endif -#ifndef PERL_IMPLICIT_CONTEXT #define ck_warner_d Perl_ck_warner_d #endif #define cop_hints_2hv(a) Perl_cop_hints_2hv(aTHX_ a) @@ -497,8 +495,6 @@ #define sv_catpv_mg(a,b) Perl_sv_catpv_mg(aTHX_ a,b) #ifndef PERL_IMPLICIT_CONTEXT #define sv_catpvf Perl_sv_catpvf -#endif -#ifndef PERL_IMPLICIT_CONTEXT #define sv_catpvf_mg Perl_sv_catpvf_mg #endif #define sv_catpvn_flags(a,b,c,d) Perl_sv_catpvn_flags(aTHX_ a,b,c,d) @@ -562,8 +558,6 @@ #define sv_setpv_mg(a,b) Perl_sv_setpv_mg(aTHX_ a,b) #ifndef PERL_IMPLICIT_CONTEXT #define sv_setpvf Perl_sv_setpvf -#endif -#ifndef PERL_IMPLICIT_CONTEXT #define sv_setpvf_mg Perl_sv_setpvf_mg #endif #define sv_setpviv(a,b) Perl_sv_setpviv(aTHX_ a,b) |