Skip to content
Snippets Groups Projects
Commit a5f47603 authored by wlott's avatar wlott
Browse files

Added bignum-type back into the vm exports, so that it will show up in the

C header file.
parent f9a803e6
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment