Changeset 5239
- Timestamp:
- Sep 21, 2006, 3:04:20 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lisp-kernel/lisptypes.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lisp-kernel/lisptypes.h
r5163 r5239 66 66 #if defined(DARWIN) 67 67 #if WORD_SIZE == 64 68 #ifdef _STRUCT_UCONTEXT64 69 typdef _STRUCT_UCONTEXT64 ExceptionInformation; 70 #else 68 71 typedef struct ucontext64 ExceptionInformation; 72 #endif 69 73 #define UC_MCONTEXT(UC) UC->uc_mcontext64 70 74 #ifdef X8664 71 75 /* Broken <i386/ucontext.h> in xcode 2.4 */ 72 76 #include <sys/ucontext.h> 73 #ifndef _ MCONTEXT64_T/* A guess at what'll be defined when this is fixed */77 #ifndef _STRUCT_MCONTEXT64 /* A guess at what'll be defined when this is fixed */ 74 78 struct mcontext64 { 75 79 x86_exception_state64_t es;
Note:
See TracChangeset
for help on using the changeset viewer.
