summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-09-30 11:31:40 +0100
committerNicholas Clark <nick@ccl4.org>2010-09-30 11:32:17 +0100
commitb2e549c0b5ccc745d727de4e27634e8090b0f719 (patch)
treedf827f68e9973c739c6d35a41bde3b8e1a17330f /embed.h
parent2a4d8072390905d051b0d9f7d2098b1c97899cdc (diff)
downloadperl-b2e549c0b5ccc745d727de4e27634e8090b0f719.tar.gz
Merge adjacent #ifndef PERL_IMPLICIT_CONTEXT blocks in embed.h
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/embed.h b/embed.h
index 3b17eb44bd..5ed1748403 100644
--- a/embed.h
+++ b/embed.h
@@ -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)