From 6a1a29345f7b59c9e2146fa4bc7dfa29d0cb9310 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Sat, 7 Jul 1990 13:08:52 +0000
Subject: [PATCH] Ripped out exports and put them into exports.lisp.

---
 code/bignum.lisp | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/code/bignum.lisp b/code/bignum.lisp
index ff25d01fb..8f73af820 100644
--- a/code/bignum.lisp
+++ b/code/bignum.lisp
@@ -10,18 +10,7 @@
 ;;;
 ;;; This file contains code to implement bignum support.
 ;;;
-
 (in-package "BIGNUM")
-(use-package "VM")
-
-(export '(add-bignums multiply-bignums negate-bignum subtract-bignum
-	  multiply-bignum-and-fixnum multiply-fixnums
-	  bignum-ashift-right bignum-ashift-left bignum-gcd
-	  bignum-to-float float-bignum-ratio bignum-integer-length
-	  bignum-logical-and bignum-logical-ior bignum-logical-xor
-	  bignum-logical-not bignum-load-byte bignum-deposit-byte
-	  bignum-truncate bignum-plus-p bignum-compare make-small-bignum
-	  bignum-logcount))
 
 
 ;;;; Notes.
-- 
GitLab