This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
[perl5.git] / embed.h
diff --git a/embed.h b/embed.h
index 3c79808..2352506 100644 (file)
--- a/embed.h
+++ b/embed.h
 #endif
 #ifdef PERL_CORE
 #define pad_push               Perl_pad_push
-#endif
-#ifdef PERL_CORE
 #define pad_compname_type      Perl_pad_compname_type
 #endif
 #if defined(PERL_IN_PAD_C) || defined(PERL_DECL_PROT)
 #endif
 #ifdef PERL_CORE
 #define pad_push(a,b,c)                Perl_pad_push(aTHX_ a,b,c)
-#endif
-#ifdef PERL_CORE
 #define pad_compname_type(a)   Perl_pad_compname_type(aTHX_ a)
 #endif
 #if defined(PERL_IN_PAD_C) || defined(PERL_DECL_PROT)