diff --git a/compiler/mips/vm.lisp b/compiler/mips/vm.lisp
index b115b9476f79f1748a81934e770649a3bdab5af6..6f8c56aca0f001019a265998aee875a01c6ceba9 100644
--- a/compiler/mips/vm.lisp
+++ b/compiler/mips/vm.lisp
@@ -7,7 +7,7 @@
 ;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU)
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/vm.lisp,v 1.36 1990/11/03 03:20:07 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/vm.lisp,v 1.37 1990/11/07 13:17:37 wlott Exp $
 ;;;
 ;;; This file contains the VM definition for the MIPS R2000 and the new
 ;;; object format.
@@ -281,9 +281,12 @@
 
 ;;;; Side-Effect Classes
 
+(export '(vop-attributes))
+
 (def-boolean-attribute vop
   any)
 
+
 
 ;;;
 ;;; Immediate-Constant-SC  --  Interface