diff options
author | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-25 19:33:06 +0000 |
---|---|---|
committer | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-25 19:33:06 +0000 |
commit | a781555cacdef9d9d881b634dd6c3a9fb01fa128 (patch) | |
tree | f11a8b02d31718b3c7312a6f7db3c33fa4aec7ce /libjava/libltdl | |
parent | 20114aa635661446c71afb03d88836443d6c641b (diff) | |
download | gcc-a781555cacdef9d9d881b634dd6c3a9fb01fa128.tar.gz |
2003-12-25 Andreas Tobler <a.tobler@schweiz.ch>
* libltdl/ltdl.c (HAVE_DYLD): Remove ifdef conditional for
darwin. Fixed by fixinclude now.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75024 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/libltdl')
-rw-r--r-- | libjava/libltdl/ltdl.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libjava/libltdl/ltdl.c b/libjava/libltdl/ltdl.c index f691c8a439c..40ed84d417a 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> |