diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2007-07-16 15:42:56 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-07-16 15:42:56 +0000 |
commit | aa185afb72e48049359348b718a9abf0d07cd3ad (patch) | |
tree | 7871f5d96d7cc56e22d071d4a169365a1499bd59 /embed.h | |
parent | 33703721eb602593ba89014e5715dc63a8a46105 (diff) | |
download | perl-aa185afb72e48049359348b718a9abf0d07cd3ad.tar.gz |
fourth attempt to silence S_emulate_eaccess compiler warning
p4raw-id: //depot/perl@31617
Diffstat (limited to 'embed.h')
-rw-r--r-- | embed.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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) |