From 6fe92ee0c5d06d2c7d2eb891058dfcefc08bc7ae Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Mon, 12 Feb 1990 08:43:10 +0000
Subject: [PATCH] Deleted reference to the obsolete CATCH-ALL type.

---
 assembler/rompconst.lisp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/assembler/rompconst.lisp b/assembler/rompconst.lisp
index 98be70683..6a1f782ec 100644
--- a/assembler/rompconst.lisp
+++ b/assembler/rompconst.lisp
@@ -772,7 +772,6 @@
 (defconstant nil-16 (get-address-16 type-list static-space))
 (defconstant t-16 (get-address-16 type-symbol static-space))
 (defconstant trap-16 (ash type-trap type-shift-16))
-(defconstant catch-all-16 (ash type-catch-all type-shift-16))
 
 (defconstant interruptable-16 (get-type-mask-16 type-interruptable))
 (defconstant interrupted-16 (+ (get-type-mask-16 type-interruptable) 1))
-- 
GitLab