summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2007-09-24 00:42:07 +0000
committerDave Mitchell <davem@fdisolutions.com>2007-09-24 00:42:07 +0000
commit5711aeb8cae9f3935cd6755e745b5ee1ab3aa4b6 (patch)
tree18f5454de2c7d3c57bb93468c78e49f73f753ad9 /embed.h
parent4f57570223b56ec5a08ed253b4cf40fb8f4316f3 (diff)
downloadperl-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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/embed.h b/embed.h
index af50800a12..1b6d88ef96 100644
--- a/embed.h
+++ b/embed.h
@@ -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