diff --git a/lisp/FreeBSD-os.h b/lisp/FreeBSD-os.h index c626049a151f6494776fbee8487f7d02ceecef19..3370713a7c2200e73d4241e8892b190061d3a4ff 100644 --- a/lisp/FreeBSD-os.h +++ b/lisp/FreeBSD-os.h @@ -1,6 +1,6 @@ /* - $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/FreeBSD-os.h,v 1.1 1997/01/21 00:28:13 ram Exp $ + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/FreeBSD-os.h,v 1.2 1997/11/30 12:08:52 dtc Exp $ This code was written as part of the CMU Common Lisp project at Carnegie Mellon University, and has been placed in the public domain. @@ -13,9 +13,7 @@ #define MAP_ANONYMOUS MAP_ANON #define MAP_VARIABLE 0 -#define PRINTNOISE -#undef PRINTNOISE -/* #define DEBUG_SCAVENGE_VERBOSE */ + typedef caddr_t os_vm_address_t; typedef vm_size_t os_vm_size_t; typedef off_t os_vm_offset_t; @@ -32,10 +30,3 @@ sc_reg(struct sigcontext*,int); void os_save_context(); #define SAVE_CONTEXT os_save_context - -#define USE_SIG_STACK -/* - * On second thought, a separate stack would probably - * confuse the hell out of the Lisp debugger! - */ -#undef USE_SIG_STACK diff --git a/lisp/Linux-os.h b/lisp/Linux-os.h index bd6bd4de98f36e2ad5a5b6c17f8d8c7229fd8989..3c1883124eef873cb6e01ef484c2c737ecdba544 100644 --- a/lisp/Linux-os.h +++ b/lisp/Linux-os.h @@ -21,8 +21,6 @@ #include <errno.h> #include <linux/version.h> #define MAP_VARIABLE 0 -#define PRINTNOISE -/* #define DEBUG_SCAVENGE_VERBOSE */ #define linuxversion(a, b, c) (((a)<<16)+((b)<<8)+(c)) @@ -88,10 +86,3 @@ typedef struct sigcontext_struct sigcontext; #define sc_ebp ebp #define sc_esi esi #define sc_edi edi - -/* - * On second thought, a separate stack would probably - * confuse the hell out of the Lisp debugger! - */ -#undef USE_SIG_STACK -