From df6c50b5064049f0168c6eb5e8a63008137e12a0 Mon Sep 17 00:00:00 2001
From: dtc <dtc>
Date: Sun, 30 Nov 1997 12:08:52 +0000
Subject: [PATCH] Do not define PRINT_NOISE for Linux as suggested by Raymond
 Toy. Slight cleanup of these header files.

---
 lisp/FreeBSD-os.h | 13 ++-----------
 lisp/Linux-os.h   |  9 ---------
 2 files changed, 2 insertions(+), 20 deletions(-)

diff --git a/lisp/FreeBSD-os.h b/lisp/FreeBSD-os.h
index c626049a1..3370713a7 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 bd6bd4de9..3c1883124 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
-
-- 
GitLab