From b509311a7da8be3558ec01727874b4330641ca5b Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Mon, 14 Feb 1994 13:48:24 +0000
Subject: [PATCH] Typo.

---
 code/purify.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/purify.lisp b/code/purify.lisp
index 3174eed89..f57c22b02 100644
--- a/code/purify.lisp
+++ b/code/purify.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/purify.lisp,v 1.15 1994/02/14 13:13:01 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/purify.lisp,v 1.16 1994/02/14 13:48:24 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -43,7 +43,7 @@
 					     :name environment-name)
 		   (rest *info-environment*)))
       ;; next 2 lines for GC.
-      (shrink-vector (c::volatile-info-env-table *old-ie*) 0)
+      (shrink-vector (c::volatile-info-env-table old-ie) 0)
       (setq old-ie nil)))
 
   (let ((*gc-notify-before*
-- 
GitLab