From 212b3ba596c1e0fda5cc0c2647a5e41ec0329aac Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Thu, 18 Jul 1991 02:11:56 +0000
Subject: [PATCH] Fixed make-lexenv to deal with the new options slot.

---
 compiler/ir1util.lisp | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/compiler/ir1util.lisp b/compiler/ir1util.lisp
index cf9ddda58..4535f8037 100644
--- a/compiler/ir1util.lisp
+++ b/compiler/ir1util.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/ir1util.lisp,v 1.39 1991/07/11 16:29:13 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1util.lisp,v 1.40 1991/07/18 02:11:56 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -349,7 +349,7 @@
 ;;; 
 (defun make-lexenv (&key (default *lexical-environment*)
 			 functions variables blocks tags type-restrictions
-			 inlines
+			 inlines options
 			 (lambda (lexenv-lambda default))
 			 (cleanup (lexenv-cleanup default))
 			 (cookie (lexenv-cookie default))
@@ -366,7 +366,8 @@
      (frob tags lexenv-tags)
      (frob type-restrictions lexenv-type-restrictions)
      (frob inlines lexenv-inlines)
-     lambda cleanup cookie interface-cookie)))
+     lambda cleanup cookie interface-cookie
+     (frob options lexenv-options))))
 
 
 ;;; MAKE-INTERFACE-COOKIE  --  Interface
-- 
GitLab