Skip to content
Snippets Groups Projects
Commit e18e2806 authored by wlott's avatar wlott
Browse files

Added *internal-gc-trigger* to the static symbols. Also stripped off

some rt::'s cause this file is now in the RT package.
parent 5276437a
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU) ;;; 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 ;;; 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 ;;; IBM RT. This file is separate from other stuff, so we can compile and
...@@ -180,12 +180,13 @@ ...@@ -180,12 +180,13 @@
kernel::internal-error kernel::internal-error
di::handle-breakpoint di::handle-breakpoint
;; Free Pointers ;; Free Pointers and the like
lisp::*read-only-space-free-pointer* lisp::*read-only-space-free-pointer*
lisp::*static-space-free-pointer* lisp::*static-space-free-pointer*
lisp::*initial-dynamic-space-free-pointer* lisp::*initial-dynamic-space-free-pointer*
rt::*allocation-pointer* *allocation-pointer*
rt::*binding-stack-pointer* *internal-gc-trigger*
*binding-stack-pointer*
;; Things needed for non-local-exit. ;; Things needed for non-local-exit.
lisp::*current-catch-block* lisp::*current-catch-block*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment