first changes towards dynamic loading in Darwin
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@450 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -107,6 +107,15 @@
|
||||
#define LOAD_SHL 1
|
||||
#endif
|
||||
|
||||
#if defined(__MACH__) && defined(__APPLE__)
|
||||
#ifdef NO_DYN
|
||||
#undef NO_DYN
|
||||
#endif
|
||||
#ifndef LOAD_DL
|
||||
#define LOAD_DL 1
|
||||
#endif
|
||||
#endif
|
||||
|
||||
extern char YapExecutable[];
|
||||
|
||||
extern char LoadMsg[];
|
||||
|
Reference in New Issue
Block a user