aboutsummaryrefslogtreecommitdiff
path: root/libjava/libltdl
diff options
context:
space:
mode:
authorAndreas Tobler <a.tobler@schweiz.ch>2003-12-25 20:33:06 +0100
committerAndreas Tobler <andreast@gcc.gnu.org>2003-12-25 20:33:06 +0100
commit365fc276123b0d66d4ac6d991ed6b3a807932743 (patch)
treef11a8b02d31718b3c7312a6f7db3c33fa4aec7ce /libjava/libltdl
parentd9a81e87b6640eb67ea733fe241c34bcbd043bcc (diff)
downloadgcc-365fc276123b0d66d4ac6d991ed6b3a807932743.zip
gcc-365fc276123b0d66d4ac6d991ed6b3a807932743.tar.gz
gcc-365fc276123b0d66d4ac6d991ed6b3a807932743.tar.bz2
ltdl.c (HAVE_DYLD): Remove ifdef conditional for darwin.
2003-12-25 Andreas Tobler <a.tobler@schweiz.ch> * libltdl/ltdl.c (HAVE_DYLD): Remove ifdef conditional for darwin. Fixed by fixinclude now. From-SVN: r75024
Diffstat (limited to 'libjava/libltdl')
-rw-r--r--libjava/libltdl/ltdl.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libjava/libltdl/ltdl.c b/libjava/libltdl/ltdl.c
index f691c8a..40ed84d 100644
--- a/libjava/libltdl/ltdl.c
+++ b/libjava/libltdl/ltdl.c
@@ -1584,13 +1584,7 @@ static struct lt_user_dlloader sys_dld = {
#if HAVE_MACH_O_DYLD_H
-# ifndef __private_extern__
-# define __private_extern__ extern
# include <mach-o/dyld.h>
-# undef __private_extern__
-# else
-# include <mach-o/dyld.h>
-# endif
#endif
#include <mach-o/getsect.h>