From 365fc276123b0d66d4ac6d991ed6b3a807932743 Mon Sep 17 00:00:00 2001 From: Andreas Tobler Date: Thu, 25 Dec 2003 20:33:06 +0100 Subject: ltdl.c (HAVE_DYLD): Remove ifdef conditional for darwin. 2003-12-25 Andreas Tobler * libltdl/ltdl.c (HAVE_DYLD): Remove ifdef conditional for darwin. Fixed by fixinclude now. From-SVN: r75024 --- libjava/libltdl/ltdl.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libjava/libltdl') 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 -# undef __private_extern__ -# else -# include -# endif #endif #include -- cgit v1.1