Add attributions to mach_signal files
parent
ef22d57ef6
commit
589ea40b58
|
@ -7,7 +7,7 @@ Used under BSD license with permission from Paolo Bonzini and Bruno Haible,
|
||||||
|
|
||||||
http://sourceforge.net/mailarchive/message.php?msg_name=200503102200.32002.bruno%40clisp.org
|
http://sourceforge.net/mailarchive/message.php?msg_name=200503102200.32002.bruno%40clisp.org
|
||||||
|
|
||||||
Extensively modified for Factor - portions copyright (C) 2004-2007 Slava Pestov */
|
Modified for Factor by Slava Pestov */
|
||||||
|
|
||||||
#include "master.h"
|
#include "master.h"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,13 @@
|
||||||
|
/* Fault handler information. MacOSX version.
|
||||||
|
Copyright (C) 1993-1999, 2002-2003 Bruno Haible <clisp.org at bruno>
|
||||||
|
Copyright (C) 2003 Paolo Bonzini <gnu.org at bonzini>
|
||||||
|
|
||||||
|
Used under BSD license with permission from Paolo Bonzini and Bruno Haible,
|
||||||
|
2005-03-10:
|
||||||
|
|
||||||
|
http://sourceforge.net/mailarchive/message.php?msg_name=200503102200.32002.bruno%40clisp.org
|
||||||
|
|
||||||
|
Modified for Factor by Slava Pestov */
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
|
@ -1,3 +1,13 @@
|
||||||
|
/* Fault handler information. MacOSX version.
|
||||||
|
Copyright (C) 1993-1999, 2002-2003 Bruno Haible <clisp.org at bruno>
|
||||||
|
Copyright (C) 2003 Paolo Bonzini <gnu.org at bonzini>
|
||||||
|
|
||||||
|
Used under BSD license with permission from Paolo Bonzini and Bruno Haible,
|
||||||
|
2005-03-10:
|
||||||
|
|
||||||
|
http://sourceforge.net/mailarchive/message.php?msg_name=200503102200.32002.bruno%40clisp.org
|
||||||
|
|
||||||
|
Modified for Factor by Slava Pestov */
|
||||||
#define FRAME_RETURN_ADDRESS(frame) *((XT *)(frame_successor(frame) + 1) + 2)
|
#define FRAME_RETURN_ADDRESS(frame) *((XT *)(frame_successor(frame) + 1) + 2)
|
||||||
|
|
||||||
#define MACH_EXC_STATE_TYPE ppc_exception_state_t
|
#define MACH_EXC_STATE_TYPE ppc_exception_state_t
|
||||||
|
|
|
@ -1,3 +1,13 @@
|
||||||
|
/* Fault handler information. MacOSX version.
|
||||||
|
Copyright (C) 1993-1999, 2002-2003 Bruno Haible <clisp.org at bruno>
|
||||||
|
Copyright (C) 2003 Paolo Bonzini <gnu.org at bonzini>
|
||||||
|
|
||||||
|
Used under BSD license with permission from Paolo Bonzini and Bruno Haible,
|
||||||
|
2005-03-10:
|
||||||
|
|
||||||
|
http://sourceforge.net/mailarchive/message.php?msg_name=200503102200.32002.bruno%40clisp.org
|
||||||
|
|
||||||
|
Modified for Factor by Slava Pestov */
|
||||||
#define MACH_EXC_STATE_TYPE i386_exception_state_t
|
#define MACH_EXC_STATE_TYPE i386_exception_state_t
|
||||||
#define MACH_EXC_STATE_FLAVOR i386_EXCEPTION_STATE
|
#define MACH_EXC_STATE_FLAVOR i386_EXCEPTION_STATE
|
||||||
#define MACH_EXC_STATE_COUNT i386_EXCEPTION_STATE_COUNT
|
#define MACH_EXC_STATE_COUNT i386_EXCEPTION_STATE_COUNT
|
||||||
|
|
Loading…
Reference in New Issue