From dfe6903b2c176f1f3c058f926ac9d0110ba6f51a Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Sat, 3 Feb 1990 16:11:35 +0000
Subject: [PATCH] Fixed definition of closure.

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

diff --git a/compiler/mips/cell.lisp b/compiler/mips/cell.lisp
index 9bc243352..89bc487b2 100644
--- a/compiler/mips/cell.lisp
+++ b/compiler/mips/cell.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/cell.lisp,v 1.2 1990/02/03 15:14:14 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/cell.lisp,v 1.3 1990/02/03 16:11:35 wlott Exp $
 ;;;
 ;;;    This file contains the VM definition of various primitive memory access
 ;;; VOPs for the MIPS.
@@ -108,7 +108,9 @@
   code)
 
 (defslots (%closure)
-  code)
+  function
+  &rest
+  info)
 
 
 
-- 
GitLab