From e18e28064e413d3e3a7e42d91383bc2822a4d27e Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Tue, 22 Oct 1991 16:41:22 +0000
Subject: [PATCH] Added *internal-gc-trigger* to the static symbols.  Also
 stripped off some rt::'s cause this file is now in the RT package.

---
 compiler/rt/params.lisp | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/compiler/rt/params.lisp b/compiler/rt/params.lisp
index 6d1e10333..85b25807e 100644
--- a/compiler/rt/params.lisp
+++ b/compiler/rt/params.lisp
@@ -7,7 +7,7 @@
 ;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU)
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/params.lisp,v 1.10 1991/09/28 17:41:44 ram Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/params.lisp,v 1.11 1991/10/22 16:41:22 wlott Exp $
 ;;;
 ;;; This file contains some parameterizations of various VM attributes for the
 ;;; IBM RT.  This file is separate from other stuff, so we can compile and
@@ -180,12 +180,13 @@
     kernel::internal-error
     di::handle-breakpoint
 
-    ;; Free Pointers
+    ;; Free Pointers and the like
     lisp::*read-only-space-free-pointer*
     lisp::*static-space-free-pointer*
     lisp::*initial-dynamic-space-free-pointer*
-    rt::*allocation-pointer*
-    rt::*binding-stack-pointer*
+    *allocation-pointer*
+    *internal-gc-trigger*
+    *binding-stack-pointer*
 
     ;; Things needed for non-local-exit.
     lisp::*current-catch-block*
-- 
GitLab