Commit f37d2ca6 by Michael Koch Committed by Michael Koch

ltdl.c: Define __private_extern__ if needed.

2003-12-18  Michael Koch  <konqueror@gmx.de>

	* libltdl/ltdl.c: Define __private_extern__ if needed.

From-SVN: r74801
parent c09f797a
2003-12-18 Michael Koch <konqueror@gmx.de>
* libltdl/ltdl.c: Define __private_extern__ if needed.
2003-12-18 Michael Koch <konqueror@gmx.de>
* libltdl/.cvsignore: Ignore autom4te.cache
* libltdl/Makefile.in: Regenerated.
* libltdl/aclocal.m4: Regenerated.
......
......@@ -1584,7 +1584,13 @@ static struct lt_user_dlloader sys_dld = {
#if HAVE_MACH_O_DYLD_H
# include <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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment