Changeset 4953


Ignore:
Timestamp:
Aug 18, 2006, 8:27:53 AM (18 years ago)
Author:
Gary Byers
Message:

Provide some interim Darwin conditionalization.

File:
1 edited

Legend:

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

    r4942 r4953  
    116116#define SIGRETURN(context) freebsd_sigreturn(context)
    117117#endif
     118
     119#ifdef DARWIN
     120#define SIGNUM_FOR_INTN_TRAP SIGSEGV /* Not really, but our Mach handler fakes that */
     121#define IS_MAYBE_INT_TRAP(info,xp) 0 /* Fix this */
     122#define SIGRETURN(context)
     123#endif
Note: See TracChangeset for help on using the changeset viewer.