From 55ca2cb6e6b971288d0e7b688dc4f458bf880335 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Mon, 7 May 1990 14:34:45 +0000 Subject: [PATCH] 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. --- code/exports.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/exports.lisp b/code/exports.lisp index a4db85d45..4dcc88a0c 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.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. ;;; @@ -529,6 +529,8 @@ (use-package "KERNEL") +(import 'vm:bignum-type) + (export '(add-bignums multiply-bignums negate-bignum subtract-bignum bignum-ashift-right bignum-ashift-left bignum-gcd bignum= bignum-to-short-float bignum-to-long-float bignum-integer-length -- GitLab