From f0f6e51ac8c45970d682c8fe8de87bac9daf15aa Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Fri, 24 May 1991 17:54:14 +0000
Subject: [PATCH] Moved #define of crap_out from gc.c to here.

---
 ldb/ldb.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ldb/ldb.h b/ldb/ldb.h
index a205b94f5..592b4ca1d 100644
--- a/ldb/ldb.h
+++ b/ldb/ldb.h
@@ -1,4 +1,4 @@
-/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/ldb.h,v 1.1 1990/02/24 19:37:19 wlott Exp $ */
+/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/ldb.h,v 1.2 1991/05/24 17:54:14 wlott Exp $ */
 #ifndef _LDB_H_
 #define _LDB_H_
 
@@ -15,4 +15,6 @@
 #define SymbolFunction(sym) (((struct symbol *)PTR(sym))->function)
 #define SetSymbolFunction(sym,val) (((struct symbol *)PTR(sym))->function = (val))
 
+#define crap_out(msg) do { write(2, msg, sizeof(msg)); exit(-1); } while (0)
+
 #endif _LDB_H_
-- 
GitLab