X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fpurify.lisp;h=82cc7cd7f5e0dcf0be80908e7a40ab7579d3d9ca;hb=b44ca02cb963446ef23fec989786462ce88bca84;hp=162b86c73b70a65da4cc891b10bfdd6cc30d24b1;hpb=0e2c926fea68a32c8ec58f12daa0c2b5befef1d4;p=sbcl.git diff --git a/src/code/purify.lisp b/src/code/purify.lisp index 162b86c..82cc7cd 100644 --- a/src/code/purify.lisp +++ b/src/code/purify.lisp @@ -21,10 +21,10 @@ ((zerop n) (let ((old-ie (car *info-environment*))) (setq *info-environment* - (list* (make-info-environment :name "Working") - (compact-info-environment (first *info-environment*) - :name name) - (rest *info-environment*))) + (list* (make-info-environment :name "Working") + (compact-info-environment (first *info-environment*) + :name name) + (rest *info-environment*))) (shrink-vector (sb!c::volatile-info-env-table old-ie) 0))) (t (compact-environment-aux name (1- n)) @@ -46,4 +46,4 @@ (when environment-name (compact-environment-aux environment-name 200)) (%purify (get-lisp-obj-address root-structures) - (get-lisp-obj-address nil))) + (get-lisp-obj-address nil)))