Changeset 4978


Ignore:
Timestamp:
Aug 20, 2006, 10:50:48 PM (18 years ago)
Author:
Gary Byers
Message:

Hope that the workaround for missing mcontext64 in x8664 Darwin is temporary.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lisp-kernel/lisptypes.h

    r4938 r4978  
    7070/* Broken <i386/ucontext.h> in xcode 2.4 */
    7171#include <sys/ucontext.h>
     72#ifndef _MCONTEXT64_T /* A guess at what'll be defined when this is fixed */
    7273struct mcontext64 {
    7374        x86_exception_state64_t es;
     
    7576        x86_float_state64_t     fs;
    7677};
     78#endif
    7779#endif
    7880#else
Note: See TracChangeset for help on using the changeset viewer.