Skip to content
Snippets Groups Projects
Commit b509311a authored by ram's avatar ram
Browse files

Typo.

parent 7e87c5a7
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (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 @@ ...@@ -43,7 +43,7 @@
:name environment-name) :name environment-name)
(rest *info-environment*))) (rest *info-environment*)))
;; next 2 lines for GC. ;; 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))) (setq old-ie nil)))
(let ((*gc-notify-before* (let ((*gc-notify-before*
......
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