From bea3d3524436ca32778b4230b39ad52086cfe639 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Tue, 2 Oct 1990 05:43:20 +0000
Subject: [PATCH] Added export of structure-header-type from the vm package.

---
 code/exports.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/exports.lisp b/code/exports.lisp
index 46a1b8511..7ad7a1128 100644
--- a/code/exports.lisp
+++ b/code/exports.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.50 1990/09/24 16:59:34 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.51 1990/10/02 05:43:20 wlott Exp $
 ;;;
 ;;; All the stuff necessary to export various symbols from various packages.
 ;;;
@@ -541,7 +541,7 @@
 	  single-float-bits double-float-low-bits double-float-high-bits
 	  single-float-digits double-float-digits
 	  register-save-penalty symbol-raw-function-addr-slot
-	  symbol-setf-function-slot))
+	  symbol-setf-function-slot structure-header-type))
 
 
 (in-package "C")
-- 
GitLab