From 8d52c598d5311ef6c1a56b4e841e8e804dfe732b Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Mon, 26 Feb 1990 21:54:15 +0000
Subject: [PATCH] Added lisp::*current-unwind-protect-block* to the static
 symbols.

---
 compiler/mips/parms.lisp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/compiler/mips/parms.lisp b/compiler/mips/parms.lisp
index c0682428d..c8074ee41 100644
--- a/compiler/mips/parms.lisp
+++ b/compiler/mips/parms.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.21 1990/02/26 21:15:28 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.22 1990/02/26 21:54:15 wlott Exp $
 ;;;
 ;;;    This file contains some parameterizations of various VM
 ;;; attributes for the MIPS.  This file is separate from other stuff so 
@@ -244,6 +244,7 @@
 
     ;; Things needed for non-local-exit.
     lisp::*current-catch-block*
+    lisp::*current-unwind-protect-block*
     lisp::*eval-stack-top*
     ))
 
-- 
GitLab