From c1a1a7e8f229ff95f4a5afeb9df1ddb2ffe89f3f Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Mon, 11 Feb 1991 17:31:03 +0000
Subject: [PATCH] Moved SC-NUMBER-LIMIT to vm-macs.

---
 compiler/vop.lisp | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/compiler/vop.lisp b/compiler/vop.lisp
index 371ede8c6..68f810b96 100644
--- a/compiler/vop.lisp
+++ b/compiler/vop.lisp
@@ -37,10 +37,6 @@
 (deftype local-tn-vector () `(simple-vector ,local-tn-limit))
 (deftype local-tn-bit-vector () `(simple-bit-vector ,local-tn-limit))
 
-;;; Maximum number of SCs allowed.
-;;;
-(defconstant sc-number-limit 32)
-
 ;;; Type of an SC number.
 (deftype sc-number () `(integer 0 (,sc-number-limit)))
 
-- 
GitLab