summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2007-07-16 15:42:56 +0000
committerDave Mitchell <davem@fdisolutions.com>2007-07-16 15:42:56 +0000
commitaa185afb72e48049359348b718a9abf0d07cd3ad (patch)
tree7871f5d96d7cc56e22d071d4a169365a1499bd59 /embed.h
parent33703721eb602593ba89014e5715dc63a8a46105 (diff)
downloadperl-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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/embed.h b/embed.h
index e6accd90bf..3bf7e6991d 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)