From 5ece11090975c254d73b707679d671a705243eda Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Sat, 12 Feb 1994 09:39:31 +0000
Subject: [PATCH] Delete :conservative arg to byte-compile.

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

diff --git a/compiler/ir2tran.lisp b/compiler/ir2tran.lisp
index 845593fd3..1b0a92345 100644
--- a/compiler/ir2tran.lisp
+++ b/compiler/ir2tran.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir2tran.lisp,v 1.57 1994/02/11 15:08:51 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir2tran.lisp,v 1.58 1994/02/12 09:39:31 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1429,7 +1429,7 @@
 (def-ir1-translator progv ((vars vals &body body) start cont)
   (ir1-convert
    start cont
-   (if (or *converting-for-interpreter* (byte-compiling :conservative t))
+   (if (or *converting-for-interpreter* (byte-compiling))
        `(%progv ,vars ,vals #'(lambda () ,@body))
        (once-only ((n-save-bs '(%primitive current-binding-pointer)))
 	 `(unwind-protect
-- 
GitLab