Skip to content
Snippets Groups Projects
Commit df6c50b5 authored by dtc's avatar dtc
Browse files

Do not define PRINT_NOISE for Linux as suggested by Raymond Toy.

Slight cleanup of these header files.
parent 576251df
No related branches found
No related tags found
No related merge requests found
/*
$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
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment