diff --git a/code/bignum.lisp b/code/bignum.lisp index ff25d01fb2e5e065725956e363bd70cf01c0cd76..8f73af820009e37921f3f5ae8cc1df30a8f297de 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.