From 0aa3e5f689fefff52d69941fb40d6adf0015a7df Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Tue, 2 Oct 1990 05:39:39 +0000
Subject: [PATCH] Added a structure-header-type.

---
 compiler/mips/parms.lisp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/compiler/mips/parms.lisp b/compiler/mips/parms.lisp
index 7f29c8e21..7f28aec21 100644
--- a/compiler/mips/parms.lisp
+++ b/compiler/mips/parms.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.73 1990/10/01 16:32:13 ram Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.74 1990/10/02 05:39:39 wlott Exp $
 ;;;
 ;;;    This file contains some parameterizations of various VM
 ;;; attributes for the MIPS.  This file is separate from other stuff so 
@@ -205,7 +205,8 @@
   base-character
   sap
   unbound-marker
-  weak-pointer)
+  weak-pointer
+  structure-header)
 
 
 ;;;; Other non-type constants.
-- 
GitLab