Changeset 4938
- Timestamp:
- Aug 8, 2006, 12:02:08 PM (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
r4475 r4938 67 67 typedef struct ucontext64 ExceptionInformation; 68 68 #define UC_MCONTEXT(UC) UC->uc_mcontext64 69 #ifdef X8664 70 /* Broken <i386/ucontext.h> in xcode 2.4 */ 71 #include <sys/ucontext.h> 72 struct mcontext64 { 73 x86_exception_state64_t es; 74 x86_thread_state64_t ss; 75 x86_float_state64_t fs; 76 }; 77 #endif 69 78 #else 70 79 typedef struct ucontext ExceptionInformation;
Note:
See TracChangeset
for help on using the changeset viewer.
