diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2007-09-24 00:42:07 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-09-24 00:42:07 +0000 |
commit | 5711aeb8cae9f3935cd6755e745b5ee1ab3aa4b6 (patch) | |
tree | 18f5454de2c7d3c57bb93468c78e49f73f753ad9 /embed.h | |
parent | 4f57570223b56ec5a08ed253b4cf40fb8f4316f3 (diff) | |
download | perl-5711aeb8cae9f3935cd6755e745b5ee1ab3aa4b6.tar.gz |
fifth attempt to silence S_emulate_eaccess compiler warning
p4raw-id: //depot/perl@31947
Diffstat (limited to 'embed.h')
-rw-r--r-- | embed.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1338,7 +1338,6 @@ #if defined(PERL_IN_PP_SYS_C) || defined(PERL_DECL_PROT) #ifdef PERL_CORE #define doform S_doform -#define emulate_eaccess S_emulate_eaccess #endif # if !defined(HAS_MKDIR) || !defined(HAS_RMDIR) #ifdef PERL_CORE @@ -3618,7 +3617,6 @@ #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) -#define emulate_eaccess(a,b) S_emulate_eaccess(aTHX_ a,b) #endif # if !defined(HAS_MKDIR) || !defined(HAS_RMDIR) #ifdef PERL_CORE |