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

Delete :conservative arg to byte-compile.

parent 48a0e07f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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