X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=embed.h;h=3bf7e6991dbfd8abc7d24dcd0ba205ab6a9fd89e;hb=021db424163d574093ff658e9606a6f31942189d;hp=e6accd90bf2676c4d8f5f80d3cfeab5c1ebef1e6;hpb=35722e7202d303b4034282b06c77d29446974837;p=p5sagit%2Fp5-mst-13.2.git diff --git a/embed.h b/embed.h index e6accd9..3bf7e69 100644 --- a/embed.h +++ b/embed.h @@ -1349,12 +1349,8 @@ #if defined(PERL_IN_PP_SYS_C) || defined(PERL_DECL_PROT) #ifdef PERL_CORE #define doform S_doform -#endif -# if !defined(PERL_EFF_ACCESS) -#ifdef PERL_CORE #define emulate_eaccess S_emulate_eaccess #endif -# endif # if !defined(HAS_MKDIR) || !defined(HAS_RMDIR) #ifdef PERL_CORE #define dooneliner S_dooneliner @@ -3639,12 +3635,8 @@ #if defined(PERL_IN_PP_SYS_C) || defined(PERL_DECL_PROT) #ifdef PERL_CORE #define doform(a,b,c) S_doform(aTHX_ a,b,c) -#endif -# if !defined(PERL_EFF_ACCESS) -#ifdef PERL_CORE #define emulate_eaccess(a,b) S_emulate_eaccess(aTHX_ a,b) #endif -# endif # if !defined(HAS_MKDIR) || !defined(HAS_RMDIR) #ifdef PERL_CORE #define dooneliner(a,b) S_dooneliner(aTHX_ a,b)