diff --git a/compiler/mips/parms.lisp b/compiler/mips/parms.lisp
index 11eb17813a467bec1efbe05ef1c0071fee5ac484..9a582e6d133422c5a4ce4c6026e7bbfc7f6618ca 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.