From 1bb1f5a39d2330ae76556b4c5ae0701787907728 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Sat, 10 Feb 1990 13:28:51 +0000
Subject: [PATCH] Added some missing commas in the interpreter case of the
 PROGV IR1 convert method.

---
 compiler/ir2tran.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/ir2tran.lisp b/compiler/ir2tran.lisp
index 6eaa705a4..2e3eb7837 100644
--- a/compiler/ir2tran.lisp
+++ b/compiler/ir2tran.lisp
@@ -1471,7 +1471,7 @@
   (ir1-convert
    start cont
    (if *converting-for-interpreter*
-       `(%progv vars vals #'(lambda () ,@body))
+       `(%progv ,vars ,vals #'(lambda () ,@body))
        (once-only ((n-save-bs '(%primitive current-binding-pointer)))
 	 `(unwind-protect
 	      (progn
-- 
GitLab