From a5f47603b3f9e3f47232b7d247441d263478a0a5 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Mon, 3 Dec 1990 20:28:09 +0000
Subject: [PATCH] Added bignum-type back into the vm exports, so that it will
 show up in the C header file.

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

diff --git a/code/exports.lisp b/code/exports.lisp
index 39720d56e..99e6f7398 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.62 1990/12/03 20:00:02 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.63 1990/12/03 20:28:09 wlott Exp $
 ;;;
 ;;; All the stuff necessary to export various symbols from various packages.
 ;;;
@@ -503,7 +503,7 @@
 	  single-float-hidden-bit double-float-hidden-bit
 	  float-sign-shift single-float-digits double-float-digits
 	  register-save-penalty symbol-raw-function-addr-slot
-	  symbol-setf-function-slot structure-header-type
+	  symbol-setf-function-slot structure-header-type bignum-type
 	  ))
 
 (in-package "LISP")
-- 
GitLab