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

Import vm:bignum-type into the bignum package. This is so the same symbol

gets exported from both vm and bignum.  Otherwise, we would lose 'cause the
C package uses both of them.
parent 30eeea34
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC). ;;; Scott Fahlman (FAHLMAN@CMUC).
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.18 1990/05/06 05:36:36 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.19 1990/05/07 14:34:45 wlott Exp $
;;; ;;;
;;; All the stuff necessary to export various symbols from various packages. ;;; All the stuff necessary to export various symbols from various packages.
;;; ;;;
...@@ -529,6 +529,8 @@ ...@@ -529,6 +529,8 @@
(use-package "KERNEL") (use-package "KERNEL")
(import 'vm:bignum-type)
(export '(add-bignums multiply-bignums negate-bignum subtract-bignum (export '(add-bignums multiply-bignums negate-bignum subtract-bignum
bignum-ashift-right bignum-ashift-left bignum-gcd bignum= bignum-ashift-right bignum-ashift-left bignum-gcd bignum=
bignum-to-short-float bignum-to-long-float bignum-integer-length bignum-to-short-float bignum-to-long-float bignum-integer-length
......
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