Changeset 4939
- Timestamp:
- Aug 8, 2006, 12:03:15 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lisp-kernel/pmcl-kernel.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lisp-kernel/pmcl-kernel.c
r4852 r4939 86 86 ; 87 87 88 #if def PPC6489 /* Assume that if the OS is new enough to support PPC64 , it has88 #if WORD_SIZE == 64 89 /* Assume that if the OS is new enough to support PPC64/X8664, it has 90 90 a reasonable dlfcn.h 91 91 */ … … 1749 1749 #endif 1750 1750 #ifdef DARWIN 1751 #if def PPC641751 #if defined(PPC64) || defined(X8664) 1752 1752 if (handle == NULL) { 1753 1753 handle = RTLD_DEFAULT;
Note:
See TracChangeset
for help on using the changeset viewer.
