From ab227d5d8b69b42955a4715ef9d376ca92b93b5c Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Wed, 4 Apr 1990 19:04:51 +0000
Subject: [PATCH] Added defenum of vector subtypes.

---
 compiler/mips/parms.lisp | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/compiler/mips/parms.lisp b/compiler/mips/parms.lisp
index 11eb17813..9a582e6d1 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.40 1990/04/03 03:54:26 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.41 1990/04/04 19:04:51 wlott Exp $
 ;;;
 ;;;    This file contains some parameterizations of various VM
 ;;; attributes for the MIPS.  This file is separate from other stuff so 
@@ -179,6 +179,13 @@
   error
   cerror)
 
+(defenum (:prefix vector- :suffix -subtype)
+  normal
+  structure
+  valid-hashing
+  must-rehash)
+
+
 
 ;;;; Primitive data objects definition noise.
 
-- 
GitLab